Color #538ACF

HEX

#538ACF

RGB

(83, 138, 207)

Quick Actions

Color Values

Color Space Values
RGB
R: 83, G: 138, B: 207 (33%, 54%, 81%)
CMYK C: 60%, M: 33%, Y: 0%, K: 19%
HSL H: 213°, S: 56%, L: 57%
HSV H: 213°, S: 60%, V: 81%
CIE-LAB L: 56.6, a: 2.73, b: -41.03
CIE-LCH L: 56.6, C: 41.12, H: 273.81
Hunter-Lab L: 49.52, a: -2.12, b: -53.69
Web Safe
#6699cc
Complementary
#cf9853

#538ACF is a color with RGB values of 83 red, 138 green, and 207 blue (33%, 54%, 81% respectively). In the CMYK color space, it consists of 60% cyan, 33% magenta, 0% yellow, and 19% black. The color has a hue angle of 213°, 56% saturation, and 57% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #6699cc. The complementary color is #cf9853, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #538ACF

Explore different variations of #538ACF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #538ACF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #538ACF

Explore different color combinations and harmonies that work well with #538ACF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #538ACF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #538ACF

Text with #538ACF

This text has a font color of #538ACF.

<span style="color:#538ACF;">Text here</span>
.text { color: #538ACF; }

#538ACF background color

This paragraph has a background color of #538ACF.

<p style="background-color:#538ACF;">Content here</p>
.background { background-color: #538ACF; }

#538ACF border color

This element has a border color of #538ACF.
<div style="border:1px solid #538ACF;">Content here</div>
.border { border: 1px solid #538ACF; }

#538ACF box shadow

This element has a box shadow using #538ACF.
<div style="box-shadow: 0 4px 6px -1px #538ACF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #538ACF80; }
Copied to clipboard!