#559C99

Color #559C99 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #559C99

Tints of Cadet Blue #559C99

Color information

#559C99 (or 0x559C99) is unknown color: approx Cadet Blue. HEX triplet: 55, 9C and 99. RGB value is (85,156,153). Sum of RGB (Red+Green+Blue) = 85+156+153=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #559C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C99 is #AA6366. Grayscale: #868686. Windows color (decimal): -11166567 or 10067029. OLE color: 10067029.

HSL color Cylindrical-coordinate representation of color #559C99: hue angle of 177.46º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C99 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB85156153-
CMYK0.4600.020.39
HSL177.46º29.46%47.25%-
HSV(B)177.46º45.51%61.18%-
XYZ21.3828.0134.42-
YUV134.43138.4892.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=21.57%
G=39.59%
B=38.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561530.4600.020.39177.4629.4647.25
Hex559C992E0227b11d2f
Octal1252342315602472613557
Binary101010110011100100110011011100101001111011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #559C99;
 }
 .AnyTagClassName
 {
   color: #559C99;
 }
</style>
background-color css

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

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

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

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

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

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