Html Css Color HEX #559CAA Cadet Blue

📋 copy color: '#559CAA'

red 85 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #559CAA

Tints of Cadet Blue #559CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 20.68%
G = 37.96%
B = 41.36%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#559CAA (or 0x559CAA) is known color: Cadet Blue. HEX triplet: 55, 9C and AA. RGB value is (85,156,170). Sum of RGB (Red+Green+Blue) = 85+156+170=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #559CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559CAA is #AA6355. Grayscale: #888888. Windows color (decimal): -11166550 or 11181141. OLE color: 11181141.

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

Color convert

RGB 85 156 170 -
CMYK 0.50 0.08 0 0.33
HSL 189.88º 0.33% 0.5% -
HSV(B) 189.88º 0.5% 0.67% -
XYZ 22.89 28.61 42.35 -
YUV 136.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 85 156 170 0.50 0.08 0 0.33 189.88 0.33 0.5
Hex 55 9C AA 32 8 0 21 BE 21 32
Octal 125 234 252 62 10 0 41 276 41 62
Binary 1010101 10011100 10101010 110010 1000 0 100001 10111110 100001 110010

Color Harmonies of #559CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CAA

Black with #559CAA

Text Example


Text Example

White with #559CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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