Html Css Color HEX #539DAB Cadet Blue

📋 copy color: '#539DAB'

red 83 ◦ green 157 ◦ blue 171

#539DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #539DAB

Tints of Cadet Blue #539DAB

RGB

 RED value IS 83 (32.81% from 255) = 20.19%

 GREEN value IS 157 (61.72% from 255) = 38.2%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 20.19%
G = 38.2%
B = 41.61%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#539DAB (or 0x539DAB) is known color: Cadet Blue. HEX triplet: 53, 9D and AB. RGB value is (83,157,171). Sum of RGB (Red+Green+Blue) = 83+157+171=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #539DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539DAB is #AC6254. Grayscale: #888888. Windows color (decimal): -11297365 or 11246931. OLE color: 11246931.

HSL color Cylindrical-coordinate representation of color #539DAB: hue angle of 189.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539DAB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 157 171 -
CMYK 0.51 0.08 0 0.33
HSL 189.55º 0.35% 0.5% -
HSV(B) 189.55º 0.51% 0.67% -
XYZ 22.97 28.89 42.89 -
YUV 136.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 83 157 171 0.51 0.08 0 0.33 189.55 0.35 0.5
Hex 53 9D AB 33 8 0 21 BE 23 32
Octal 123 235 253 63 10 0 41 276 43 62
Binary 1010011 10011101 10101011 110011 1000 0 100001 10111110 100011 110010

Color Harmonies of #539DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539DAB

Black with #539DAB

Text Example


Text Example

White with #539DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539DAB; }

 p { color: rgb(83,157,171); }

 H1.HeaderClassName
 {
   color: #539DAB;
 }
 .AnyTagClassName
 {
   color: #539DAB;
 }
</style>

background-color css

<style>
 a { background-color: #539DAB; }

 a { background-color: rgb(83,157,171); }

 div.DivClassName
 {
   background-color: #539DAB;
 }
 .BgClassName
 {
   background-color: #539DAB;
 }
</style>

border-color css

<style>
 span { border-color: #539DAB; }

 span { border-color: rgb(83,157,171); }

 td.TdClassName
 {
   border-color: #539DAB;
 }
 .TagClassName
 {
   border-color: #539DAB;
 }
</style>