Shades of Cadet Blue #559EA2
Tints of Cadet Blue #559EA2
RGB
CMYK
RGB Variations
Color information
#559EA2 (or 0x559EA2) is known color: Cadet Blue. HEX triplet: 55, 9E and A2. RGB value is (85,158,162). Sum of RGB (Red+Green+Blue) = 85+158+162=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #559EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA2 is #AA615D. Grayscale: #888888. Windows color (decimal): -11166046 or 10657365. OLE color: 10657365.
HSL color Cylindrical-coordinate representation of color #559EA2: hue angle of 183.12º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559EA2 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 158 | 162 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.36 |
| HSL | 183.12º | 0.31% | 0.48% | - |
| HSV(B) | 183.12º | 0.48% | 0.64% | - |
| XYZ | 22.49 | 28.99 | 38.59 | - |
| YUV | 136.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 162 | 0.48 | 0.02 | 0 | 0.36 | 183.12 | 0.31 | 0.48 |
| Hex | 55 | 9E | A2 | 30 | 2 | 0 | 24 | B7 | 1F | 30 |
| Octal | 125 | 236 | 242 | 60 | 2 | 0 | 44 | 267 | 37 | 60 |
| Binary | 1010101 | 10011110 | 10100010 | 110000 | 10 | 0 | 100100 | 10110111 | 11111 | 110000 |
Color Harmonies of #559EA2
Complementary color
Monochromatic Colors of #559EA2
Black with #559EA2
Text Example
Text Example
White with #559EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EA2; }
p { color: rgb(85,158,162); }
H1.HeaderClassName
{
color: #559EA2;
}
.AnyTagClassName
{
color: #559EA2;
}
</style>
background-color css
<style>
a { background-color: #559EA2; }
a { background-color: rgb(85,158,162); }
div.DivClassName
{
background-color: #559EA2;
}
.BgClassName
{
background-color: #559EA2;
}
</style>
border-color css
<style>
span { border-color: #559EA2; }
span { border-color: rgb(85,158,162); }
td.TdClassName
{
border-color: #559EA2;
}
.TagClassName
{
border-color: #559EA2;
}
</style>