Shades of Cadet Blue #559C9A
Tints of Cadet Blue #559C9A
RGB
CMYK
RGB Variations
Color information
#559C9A (or 0x559C9A) is known color: Cadet Blue. HEX triplet: 55, 9C and 9A. RGB value is (85,156,154). Sum of RGB (Red+Green+Blue) = 85+156+154=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #559C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C9A is #AA6365. Grayscale: #868686. Windows color (decimal): -11166566 or 10132565. OLE color: 10132565.
HSL color Cylindrical-coordinate representation of color #559C9A: hue angle of 178.31º 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 #559C9A is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 154 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.39 |
| HSL | 178.31º | 0.29% | 0.47% | - |
| HSV(B) | 178.31º | 0.46% | 0.61% | - |
| XYZ | 21.47 | 28.04 | 34.85 | - |
| YUV | 134.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 154 | 0.46 | 0 | 0.01 | 0.39 | 178.31 | 0.29 | 0.47 |
| Hex | 55 | 9C | 9A | 2E | 0 | 1 | 27 | B2 | 1D | 2F |
| Octal | 125 | 234 | 232 | 56 | 0 | 1 | 47 | 262 | 35 | 57 |
| Binary | 1010101 | 10011100 | 10011010 | 101110 | 0 | 1 | 100111 | 10110010 | 11101 | 101111 |
Color Harmonies of #559C9A
Complementary color
Monochromatic Colors of #559C9A
Black with #559C9A
Text Example
Text Example
White with #559C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C9A; }
p { color: rgb(85,156,154); }
H1.HeaderClassName
{
color: #559C9A;
}
.AnyTagClassName
{
color: #559C9A;
}
</style>
background-color css
<style>
a { background-color: #559C9A; }
a { background-color: rgb(85,156,154); }
div.DivClassName
{
background-color: #559C9A;
}
.BgClassName
{
background-color: #559C9A;
}
</style>
border-color css
<style>
span { border-color: #559C9A; }
span { border-color: rgb(85,156,154); }
td.TdClassName
{
border-color: #559C9A;
}
.TagClassName
{
border-color: #559C9A;
}
</style>