Shades of Cadet Blue #559C99
Tints of Cadet Blue #559C99
RGB
CMYK
RGB Variations
Color information
#559C99 (or 0x559C99) is known color: Cadet Blue. HEX triplet: 55, 9C and 99. RGB value is (85,156,153). Sum of RGB (Red+Green+Blue) = 85+156+153=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #559C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C99 is #AA6366. Grayscale: #868686. Windows color (decimal): -11166567 or 10067029. OLE color: 10067029.
HSL color Cylindrical-coordinate representation of color #559C99: hue angle of 177.46º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C99 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 153 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.39 |
| HSL | 177.46º | 0.29% | 0.47% | - |
| HSV(B) | 177.46º | 0.46% | 0.61% | - |
| XYZ | 21.38 | 28.01 | 34.42 | - |
| YUV | 134.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 153 | 0.46 | 0 | 0.02 | 0.39 | 177.46 | 0.29 | 0.47 |
| Hex | 55 | 9C | 99 | 2E | 0 | 2 | 27 | B1 | 1D | 2F |
| Octal | 125 | 234 | 231 | 56 | 0 | 2 | 47 | 261 | 35 | 57 |
| Binary | 1010101 | 10011100 | 10011001 | 101110 | 0 | 10 | 100111 | 10110001 | 11101 | 101111 |
Color Harmonies of #559C99
Complementary color
Monochromatic Colors of #559C99
Black with #559C99
Text Example
Text Example
White with #559C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C99; }
p { color: rgb(85,156,153); }
H1.HeaderClassName
{
color: #559C99;
}
.AnyTagClassName
{
color: #559C99;
}
</style>
background-color css
<style>
a { background-color: #559C99; }
a { background-color: rgb(85,156,153); }
div.DivClassName
{
background-color: #559C99;
}
.BgClassName
{
background-color: #559C99;
}
</style>
border-color css
<style>
span { border-color: #559C99; }
span { border-color: rgb(85,156,153); }
td.TdClassName
{
border-color: #559C99;
}
.TagClassName
{
border-color: #559C99;
}
</style>