Shades of Cadet Blue #559A9C
Tints of Cadet Blue #559A9C
RGB
CMYK
RGB Variations
Color information
#559A9C (or 0x559A9C) is known color: 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
| RGB | 85 | 154 | 156 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.39 |
| HSL | 181.69º | 0.29% | 0.47% | - |
| HSV(B) | 181.69º | 0.46% | 0.61% | - |
| XYZ | 21.3 | 27.44 | 35.63 | - |
| YUV | 133.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 156 | 0.46 | 0.01 | 0 | 0.39 | 181.69 | 0.29 | 0.47 |
| Hex | 55 | 9A | 9C | 2E | 1 | 0 | 27 | B6 | 1D | 2F |
| Octal | 125 | 232 | 234 | 56 | 1 | 0 | 47 | 266 | 35 | 57 |
| Binary | 1010101 | 10011010 | 10011100 | 101110 | 1 | 0 | 100111 | 10110110 | 11101 | 101111 |
Color Harmonies of #559A9C
Complementary color
Monochromatic Colors of #559A9C
Black with #559A9C
Text Example
Text Example
White with #559A9C
Text Example
Text Example
HTML Codes & Css Web 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>