#559D9B

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

Shades of Cadet Blue #559D9B

Tints of Cadet Blue #559D9B

Color information

#559D9B (or 0x559D9B) is unknown color: approx Cadet Blue. HEX triplet: 55, 9D and 9B. RGB value is (85,157,155). Sum of RGB (Red+Green+Blue) = 85+157+155=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #559D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D9B is #AA6264. Grayscale: #878787. Windows color (decimal): -11166309 or 10198357. OLE color: 10198357.

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

Color convert

RGB85157155-
CMYK0.4600.010.38
HSL178.33º29.75%47.45%-
HSV(B)178.33º45.86%61.57%-
XYZ21.7228.4135.35-
YUV135.24139.1592.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=21.41%
G=39.55%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851571550.4600.010.38178.3329.7547.45
Hex559D9B2E0126b21e2f
Octal1252352335601462623657
Binary10101011001110110011011101110011001101011001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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