Html Css Color HEX #559AAA Cadet Blue

📋 copy color: '#559AAA'

red 85 ◦ green 154 ◦ blue 170

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

Shades of Cadet Blue #559AAA

Tints of Cadet Blue #559AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

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

R = 20.78%
G = 37.65%
B = 41.56%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#559AAA (or 0x559AAA) is known color: Cadet Blue. HEX triplet: 55, 9A and AA. RGB value is (85,154,170). Sum of RGB (Red+Green+Blue) = 85+154+170=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #559AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AAA is #AA6555. Grayscale: #878787. Windows color (decimal): -11167062 or 11180629. OLE color: 11180629.

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

Color convert

RGB 85 154 170 -
CMYK 0.50 0.09 0 0.33
HSL 191.29º 0.33% 0.5% -
HSV(B) 191.29º 0.5% 0.67% -
XYZ 22.56 27.94 42.24 -
YUV 135.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 85 154 170 0.50 0.09 0 0.33 191.29 0.33 0.5
Hex 55 9A AA 32 9 0 21 BF 21 32
Octal 125 232 252 62 11 0 41 277 41 62
Binary 1010101 10011010 10101010 110010 1001 0 100001 10111111 100001 110010

Color Harmonies of #559AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559AAA

Black with #559AAA

Text Example


Text Example

White with #559AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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