#559D99

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

Shades of Cadet Blue #559D99

Tints of Cadet Blue #559D99

Color information

#559D99 (or 0x559D99) is unknown color: approx Cadet Blue. HEX triplet: 55, 9D and 99. RGB value is (85,157,153). Sum of RGB (Red+Green+Blue) = 85+157+153=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #559D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D99 is #AA6266. Grayscale: #868686. Windows color (decimal): -11166311 or 10067285. OLE color: 10067285.

HSL color Cylindrical-coordinate representation of color #559D99: hue angle of 176.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D99 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB85157153-
CMYK0.4600.030.38
HSL176.67º29.75%47.45%-
HSV(B)176.67º45.86%61.57%-
XYZ21.5528.3534.47-
YUV135.02138.1592.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=21.52%
G=39.75%
B=38.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851571530.4600.030.38176.6729.7547.45
Hex559D992E0326b11e2f
Octal1252352315603462613657
Binary101010110011101100110011011100111001101011000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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