Html Css Color HEX #559CAC Cadet Blue

📋 copy color: '#559CAC'

red 85 ◦ green 156 ◦ blue 172

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

Shades of Cadet Blue #559CAC

Tints of Cadet Blue #559CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 20.58%
G = 37.77%
B = 41.65%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#559CAC (or 0x559CAC) is known color: Cadet Blue. HEX triplet: 55, 9C and AC. RGB value is (85,156,172). Sum of RGB (Red+Green+Blue) = 85+156+172=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 156 (61.33% from 255 or 37.77% 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 #559CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559CAC is #AA6353. Grayscale: #888888. Windows color (decimal): -11166548 or 11312213. OLE color: 11312213.

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

Color convert

RGB 85 156 172 -
CMYK 0.51 0.09 0 0.33
HSL 191.03º 0.34% 0.5% -
HSV(B) 191.03º 0.51% 0.67% -
XYZ 23.08 28.69 43.35 -
YUV 136.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 85 156 172 0.51 0.09 0 0.33 191.03 0.34 0.5
Hex 55 9C AC 33 9 0 21 BF 22 32
Octal 125 234 254 63 11 0 41 277 42 62
Binary 1010101 10011100 10101100 110011 1001 0 100001 10111111 100010 110010

Color Harmonies of #559CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CAC

Black with #559CAC

Text Example


Text Example

White with #559CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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