Html Css Color HEX #559EAC Cadet Blue

📋 copy color: '#559EAC'

red 85 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #559EAC

Tints of Cadet Blue #559EAC

RGB

 RED value IS 85 (33.59% from 255) = 20.48%

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

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

R = 20.48%
G = 38.07%
B = 41.45%

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

#559EAC (or 0x559EAC) is known color: Cadet Blue. HEX triplet: 55, 9E and AC. RGB value is (85,158,172). Sum of RGB (Red+Green+Blue) = 85+158+172=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #559EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EAC is #AA6153. Grayscale: #898989. Windows color (decimal): -11166036 or 11312725. OLE color: 11312725.

HSL color Cylindrical-coordinate representation of color #559EAC: hue angle of 189.66º degrees, saturation: 0.34, 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 #559EAC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 158 172 -
CMYK 0.51 0.08 0 0.33
HSL 189.66º 0.34% 0.5% -
HSV(B) 189.66º 0.51% 0.67% -
XYZ 23.42 29.36 43.46 -
YUV 137.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 85 158 172 0.51 0.08 0 0.33 189.66 0.34 0.5
Hex 55 9E AC 33 8 0 21 BE 22 32
Octal 125 236 254 63 10 0 41 276 42 62
Binary 1010101 10011110 10101100 110011 1000 0 100001 10111110 100010 110010

Color Harmonies of #559EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EAC

Black with #559EAC

Text Example


Text Example

White with #559EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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