Shades of Cadet Blue #559E9E
Tints of Cadet Blue #559E9E
RGB
CMYK
RGB Variations
Color information
#559E9E (or 0x559E9E) is known color: Cadet Blue. HEX triplet: 55, 9E and 9E. RGB value is (85,158,158). Sum of RGB (Red+Green+Blue) = 85+158+158=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #559E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E9E is #AA6161. Grayscale: #888888. Windows color (decimal): -11166050 or 10395221. OLE color: 10395221.
HSL color Cylindrical-coordinate representation of color #559E9E: hue angle of 180º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E9E is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 158 | - |
| CMYK | 0.46 | 0 | 0 | 0.38 |
| HSL | 180º | 0.3% | 0.48% | - |
| HSV(B) | 180º | 0.46% | 0.62% | - |
| XYZ | 22.14 | 28.85 | 36.75 | - |
| YUV | 136.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 158 | 0.46 | 0 | 0 | 0.38 | 180 | 0.3 | 0.48 |
| Hex | 55 | 9E | 9E | 2E | 0 | 0 | 26 | B4 | 1E | 30 |
| Octal | 125 | 236 | 236 | 56 | 0 | 0 | 46 | 264 | 36 | 60 |
| Binary | 1010101 | 10011110 | 10011110 | 101110 | 0 | 0 | 100110 | 10110100 | 11110 | 110000 |
Color Harmonies of #559E9E
Complementary color
Monochromatic Colors of #559E9E
Black with #559E9E
Text Example
Text Example
White with #559E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E9E; }
p { color: rgb(85,158,158); }
H1.HeaderClassName
{
color: #559E9E;
}
.AnyTagClassName
{
color: #559E9E;
}
</style>
background-color css
<style>
a { background-color: #559E9E; }
a { background-color: rgb(85,158,158); }
div.DivClassName
{
background-color: #559E9E;
}
.BgClassName
{
background-color: #559E9E;
}
</style>
border-color css
<style>
span { border-color: #559E9E; }
span { border-color: rgb(85,158,158); }
td.TdClassName
{
border-color: #559E9E;
}
.TagClassName
{
border-color: #559E9E;
}
</style>