Shades of Cadet Blue #559AA2
Tints of Cadet Blue #559AA2
RGB
CMYK
RGB Variations
Color information
#559AA2 (or 0x559AA2) is known color: Cadet Blue. HEX triplet: 55, 9A and A2. RGB value is (85,154,162). Sum of RGB (Red+Green+Blue) = 85+154+162=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #559AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AA2 is #AA655D. Grayscale: #868686. Windows color (decimal): -11167070 or 10656341. OLE color: 10656341.
HSL color Cylindrical-coordinate representation of color #559AA2: hue angle of 186.23º 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 #559AA2 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 154 | 162 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.36 |
| HSL | 186.23º | 0.31% | 0.48% | - |
| HSV(B) | 186.23º | 0.48% | 0.64% | - |
| XYZ | 21.82 | 27.65 | 38.37 | - |
| YUV | 134.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 162 | 0.48 | 0.05 | 0 | 0.36 | 186.23 | 0.31 | 0.48 |
| Hex | 55 | 9A | A2 | 30 | 5 | 0 | 24 | BA | 1F | 30 |
| Octal | 125 | 232 | 242 | 60 | 5 | 0 | 44 | 272 | 37 | 60 |
| Binary | 1010101 | 10011010 | 10100010 | 110000 | 101 | 0 | 100100 | 10111010 | 11111 | 110000 |
Color Harmonies of #559AA2
Complementary color
Monochromatic Colors of #559AA2
Black with #559AA2
Text Example
Text Example
White with #559AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AA2; }
p { color: rgb(85,154,162); }
H1.HeaderClassName
{
color: #559AA2;
}
.AnyTagClassName
{
color: #559AA2;
}
</style>
background-color css
<style>
a { background-color: #559AA2; }
a { background-color: rgb(85,154,162); }
div.DivClassName
{
background-color: #559AA2;
}
.BgClassName
{
background-color: #559AA2;
}
</style>
border-color css
<style>
span { border-color: #559AA2; }
span { border-color: rgb(85,154,162); }
td.TdClassName
{
border-color: #559AA2;
}
.TagClassName
{
border-color: #559AA2;
}
</style>