#559F99

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

Shades of Cadet Blue #559F99

Tints of Cadet Blue #559F99

Color information

#559F99 (or 0x559F99) is unknown color: approx Cadet Blue. HEX triplet: 55, 9F and 99. RGB value is (85,159,153). Sum of RGB (Red+Green+Blue) = 85+159+153=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #559F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F99 is #AA6066. Grayscale: #888888. Windows color (decimal): -11165799 or 10067797. OLE color: 10067797.

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

Color convert

RGB85159153-
CMYK0.4700.040.38
HSL175.14º30.33%47.84%-
HSV(B)175.14º46.54%62.35%-
XYZ21.8929.0334.59-
YUV136.19137.4891.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=21.41%
G=40.05%
B=38.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851591530.4700.040.38175.1430.3347.84
Hex559F992F0426af1e30
Octal1252372315704462573660
Binary1010101100111111001100110111101001001101010111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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