#559B9C

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

Shades of Cadet Blue #559B9C

Tints of Cadet Blue #559B9C

Color information

#559B9C (or 0x559B9C) is unknown color: approx Cadet Blue. HEX triplet: 55, 9B and 9C. RGB value is (85,155,156). Sum of RGB (Red+Green+Blue) = 85+155+156=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #559B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B9C is #AA6463. Grayscale: #868686. Windows color (decimal): -11166820 or 10263381. OLE color: 10263381.

HSL color Cylindrical-coordinate representation of color #559B9C: hue angle of 180.85º 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 #559B9C is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85155156-
CMYK0.460.0100.39
HSL180.85º29.46%47.25%-
HSV(B)180.85º45.51%61.18%-
XYZ21.4727.7735.68-
YUV134.18140.3192.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=21.46%
G=39.14%
B=39.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551560.460.0100.39180.8529.4647.25
Hex559B9C2E1027b51d2f
Octal1252332345610472653557
Binary10101011001101110011100101110101001111011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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