Shades of Cadet Blue #55979E
Tints of Cadet Blue #55979E
RGB
CMYK
RGB Variations
Color information
#55979E (or 0x55979E) is known color: Cadet Blue. HEX triplet: 55, 97 and 9E. RGB value is (85,151,158). Sum of RGB (Red+Green+Blue) = 85+151+158=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #55979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55979E is #AA6861. Grayscale: #838383. Windows color (decimal): -11167842 or 10393429. OLE color: 10393429.
HSL color Cylindrical-coordinate representation of color #55979E: hue angle of 185.75º 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 #55979E is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 151 | 158 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.38 |
| HSL | 185.75º | 0.3% | 0.48% | - |
| HSV(B) | 185.75º | 0.46% | 0.62% | - |
| XYZ | 20.98 | 26.53 | 36.36 | - |
| YUV | 132.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 158 | 0.46 | 0.04 | 0 | 0.38 | 185.75 | 0.3 | 0.48 |
| Hex | 55 | 97 | 9E | 2E | 4 | 0 | 26 | BA | 1E | 30 |
| Octal | 125 | 227 | 236 | 56 | 4 | 0 | 46 | 272 | 36 | 60 |
| Binary | 1010101 | 10010111 | 10011110 | 101110 | 100 | 0 | 100110 | 10111010 | 11110 | 110000 |
Color Harmonies of #55979E
Complementary color
Monochromatic Colors of #55979E
Black with #55979E
Text Example
Text Example
White with #55979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55979E; }
p { color: rgb(85,151,158); }
H1.HeaderClassName
{
color: #55979E;
}
.AnyTagClassName
{
color: #55979E;
}
</style>
background-color css
<style>
a { background-color: #55979E; }
a { background-color: rgb(85,151,158); }
div.DivClassName
{
background-color: #55979E;
}
.BgClassName
{
background-color: #55979E;
}
</style>
border-color css
<style>
span { border-color: #55979E; }
span { border-color: rgb(85,151,158); }
td.TdClassName
{
border-color: #55979E;
}
.TagClassName
{
border-color: #55979E;
}
</style>