Shades of Cadet Blue #559EA3
Tints of Cadet Blue #559EA3
RGB
CMYK
RGB Variations
Color information
#559EA3 (or 0x559EA3) is known color: Cadet Blue. HEX triplet: 55, 9E and A3. RGB value is (85,158,163). Sum of RGB (Red+Green+Blue) = 85+158+163=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #559EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559EA3 is #AA615C. Grayscale: #888888. Windows color (decimal): -11166045 or 10722901. OLE color: 10722901.
HSL color Cylindrical-coordinate representation of color #559EA3: hue angle of 183.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #559EA3 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 158 | 163 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.36 |
| HSL | 183.85º | 0.31% | 0.49% | - |
| HSV(B) | 183.85º | 0.48% | 0.64% | - |
| XYZ | 22.58 | 29.03 | 39.06 | - |
| YUV | 136.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 163 | 0.48 | 0.03 | 0 | 0.36 | 183.85 | 0.31 | 0.49 |
| Hex | 55 | 9E | A3 | 30 | 3 | 0 | 24 | B8 | 1F | 31 |
| Octal | 125 | 236 | 243 | 60 | 3 | 0 | 44 | 270 | 37 | 61 |
| Binary | 1010101 | 10011110 | 10100011 | 110000 | 11 | 0 | 100100 | 10111000 | 11111 | 110001 |
Color Harmonies of #559EA3
Complementary color
Monochromatic Colors of #559EA3
Black with #559EA3
Text Example
Text Example
White with #559EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EA3; }
p { color: rgb(85,158,163); }
H1.HeaderClassName
{
color: #559EA3;
}
.AnyTagClassName
{
color: #559EA3;
}
</style>
background-color css
<style>
a { background-color: #559EA3; }
a { background-color: rgb(85,158,163); }
div.DivClassName
{
background-color: #559EA3;
}
.BgClassName
{
background-color: #559EA3;
}
</style>
border-color css
<style>
span { border-color: #559EA3; }
span { border-color: rgb(85,158,163); }
td.TdClassName
{
border-color: #559EA3;
}
.TagClassName
{
border-color: #559EA3;
}
</style>