#559A9C

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

Shades of Cadet Blue #559A9C

Tints of Cadet Blue #559A9C

Color information

#559A9C (or 0x559A9C) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and 9C. RGB value is (85,154,156). Sum of RGB (Red+Green+Blue) = 85+154+156=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #559A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A9C is #AA6563. Grayscale: #858585. Windows color (decimal): -11167076 or 10263125. OLE color: 10263125.

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

Color convert

RGB85154156-
CMYK0.460.0100.39
HSL181.69º29.46%47.25%-
HSV(B)181.69º45.51%61.18%-
XYZ21.327.4435.63-
YUV133.6140.6493.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=21.52%
G=38.99%
B=39.49%

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
Decimal851541560.460.0100.39181.6929.4647.25
Hex559A9C2E1027b61d2f
Octal1252322345610472663557
Binary10101011001101010011100101110101001111011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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