Html Css Color HEX #559AAB Cadet Blue

📋 copy color: '#559AAB'

red 85 ◦ green 154 ◦ blue 171

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

Shades of Cadet Blue #559AAB

Tints of Cadet Blue #559AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 20.73%
G = 37.56%
B = 41.71%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#559AAB (or 0x559AAB) is known color: Cadet Blue. HEX triplet: 55, 9A and AB. RGB value is (85,154,171). Sum of RGB (Red+Green+Blue) = 85+154+171=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #559AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AAB is #AA6554. Grayscale: #878787. Windows color (decimal): -11167061 or 11246165. OLE color: 11246165.

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

Color convert

RGB 85 154 171 -
CMYK 0.50 0.10 0 0.33
HSL 191.86º 0.34% 0.5% -
HSV(B) 191.86º 0.5% 0.67% -
XYZ 22.65 27.98 42.74 -
YUV 135.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 85 154 171 0.50 0.10 0 0.33 191.86 0.34 0.5
Hex 55 9A AB 32 A 0 21 C0 22 32
Octal 125 232 253 62 12 0 41 300 42 62
Binary 1010101 10011010 10101011 110010 1010 0 100001 11000000 100010 110010

Color Harmonies of #559AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559AAB

Black with #559AAB

Text Example


Text Example

White with #559AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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