Shades of Cadet Blue #559DAA
Tints of Cadet Blue #559DAA
RGB
CMYK
RGB Variations
Color information
#559DAA (or 0x559DAA) is known color: Cadet Blue. HEX triplet: 55, 9D and AA. RGB value is (85,157,170). Sum of RGB (Red+Green+Blue) = 85+157+170=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #559DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559DAA is #AA6255. Grayscale: #888888. Windows color (decimal): -11166294 or 11181397. OLE color: 11181397.
HSL color Cylindrical-coordinate representation of color #559DAA: hue angle of 189.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #559DAA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 157 | 170 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.33 |
| HSL | 189.18º | 0.33% | 0.5% | - |
| HSV(B) | 189.18º | 0.5% | 0.67% | - |
| XYZ | 23.06 | 28.95 | 42.4 | - |
| YUV | 136.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 170 | 0.50 | 0.08 | 0 | 0.33 | 189.18 | 0.33 | 0.5 |
| Hex | 55 | 9D | AA | 32 | 8 | 0 | 21 | BD | 21 | 32 |
| Octal | 125 | 235 | 252 | 62 | 10 | 0 | 41 | 275 | 41 | 62 |
| Binary | 1010101 | 10011101 | 10101010 | 110010 | 1000 | 0 | 100001 | 10111101 | 100001 | 110010 |
Color Harmonies of #559DAA
Complementary color
Monochromatic Colors of #559DAA
Black with #559DAA
Text Example
Text Example
White with #559DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DAA; }
p { color: rgb(85,157,170); }
H1.HeaderClassName
{
color: #559DAA;
}
.AnyTagClassName
{
color: #559DAA;
}
</style>
background-color css
<style>
a { background-color: #559DAA; }
a { background-color: rgb(85,157,170); }
div.DivClassName
{
background-color: #559DAA;
}
.BgClassName
{
background-color: #559DAA;
}
</style>
border-color css
<style>
span { border-color: #559DAA; }
span { border-color: rgb(85,157,170); }
td.TdClassName
{
border-color: #559DAA;
}
.TagClassName
{
border-color: #559DAA;
}
</style>