#559A9B

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

Shades of Cadet Blue #559A9B

Tints of Cadet Blue #559A9B

Color information

#559A9B (or 0x559A9B) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and 9B. RGB value is (85,154,155). Sum of RGB (Red+Green+Blue) = 85+154+155=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #559A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A9B is #AA6564. Grayscale: #858585. Windows color (decimal): -11167077 or 10197589. OLE color: 10197589.

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

Color convert

RGB85154155-
CMYK0.450.0100.39
HSL180.86º29.17%47.06%-
HSV(B)180.86º45.16%60.78%-
XYZ21.2227.4135.18-
YUV133.48140.1493.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=21.57%
G=39.09%
B=39.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851541550.450.0100.39180.8629.1747.06
Hex559A9B2D1027b51d2f
Octal1252322335510472653557
Binary10101011001101010011011101101101001111011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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