Html Css Color HEX #559BAB Cadet Blue

📋 copy color: '#559BAB'

red 85 ◦ green 155 ◦ blue 171

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

Shades of Cadet Blue #559BAB

Tints of Cadet Blue #559BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

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

R = 20.68%
G = 37.71%
B = 41.61%

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

#559BAB (or 0x559BAB) is known color: Cadet Blue. HEX triplet: 55, 9B and AB. RGB value is (85,155,171). Sum of RGB (Red+Green+Blue) = 85+155+171=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #559BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BAB is #AA6454. Grayscale: #878787. Windows color (decimal): -11166805 or 11246421. OLE color: 11246421.

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

Color convert

RGB 85 155 171 -
CMYK 0.50 0.09 0 0.33
HSL 191.16º 0.34% 0.5% -
HSV(B) 191.16º 0.5% 0.67% -
XYZ 22.82 28.31 42.79 -
YUV 135.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 85 155 171 0.50 0.09 0 0.33 191.16 0.34 0.5
Hex 55 9B AB 32 9 0 21 BF 22 32
Octal 125 233 253 62 11 0 41 277 42 62
Binary 1010101 10011011 10101011 110010 1001 0 100001 10111111 100010 110010

Color Harmonies of #559BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BAB

Black with #559BAB

Text Example


Text Example

White with #559BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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