Html Css Color HEX #539EAC Cadet Blue

📋 copy color: '#539EAC'

red 83 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #539EAC

Tints of Cadet Blue #539EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 20.1%
G = 38.26%
B = 41.65%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#539EAC (or 0x539EAC) is known color: Cadet Blue. HEX triplet: 53, 9E and AC. RGB value is (83,158,172). Sum of RGB (Red+Green+Blue) = 83+158+172=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #539EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539EAC is #AC6153. Grayscale: #898989. Windows color (decimal): -11297108 or 11312723. OLE color: 11312723.

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

Color convert

RGB 83 158 172 -
CMYK 0.52 0.08 0 0.33
HSL 189.44º 0.35% 0.5% -
HSV(B) 189.44º 0.52% 0.67% -
XYZ 23.24 29.27 43.45 -
YUV 137.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 83 158 172 0.52 0.08 0 0.33 189.44 0.35 0.5
Hex 53 9E AC 34 8 0 21 BD 23 32
Octal 123 236 254 64 10 0 41 275 43 62
Binary 1010011 10011110 10101100 110100 1000 0 100001 10111101 100011 110010

Color Harmonies of #539EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EAC

Black with #539EAC

Text Example


Text Example

White with #539EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,158,172); }

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

background-color css

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

 a { background-color: rgb(83,158,172); }

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

border-color css

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

 span { border-color: rgb(83,158,172); }

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