Shades of Cadet Blue #5F989E
Tints of Cadet Blue #5F989E
RGB
CMYK
RGB Variations
Color information
#5F989E (or 0x5F989E) is known color: Cadet Blue. HEX triplet: 5F, 98 and 9E. RGB value is (95,152,158). Sum of RGB (Red+Green+Blue) = 95+152+158=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F989E is #A06761. Grayscale: #878787. Windows color (decimal): -10512226 or 10393695. OLE color: 10393695.
HSL color Cylindrical-coordinate representation of color #5F989E: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F989E is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 152 | 158 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.38 |
| HSL | 185.71º | 0.25% | 0.5% | - |
| HSV(B) | 185.71º | 0.4% | 0.62% | - |
| XYZ | 22.12 | 27.36 | 36.46 | - |
| YUV | 135.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 152 | 158 | 0.40 | 0.04 | 0 | 0.38 | 185.71 | 0.25 | 0.5 |
| Hex | 5F | 98 | 9E | 28 | 4 | 0 | 26 | BA | 19 | 32 |
| Octal | 137 | 230 | 236 | 50 | 4 | 0 | 46 | 272 | 31 | 62 |
| Binary | 1011111 | 10011000 | 10011110 | 101000 | 100 | 0 | 100110 | 10111010 | 11001 | 110010 |
Color Harmonies of #5F989E
Complementary color
Monochromatic Colors of #5F989E
Black with #5F989E
Text Example
Text Example
White with #5F989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F989E; }
p { color: rgb(95,152,158); }
H1.HeaderClassName
{
color: #5F989E;
}
.AnyTagClassName
{
color: #5F989E;
}
</style>
background-color css
<style>
a { background-color: #5F989E; }
a { background-color: rgb(95,152,158); }
div.DivClassName
{
background-color: #5F989E;
}
.BgClassName
{
background-color: #5F989E;
}
</style>
border-color css
<style>
span { border-color: #5F989E; }
span { border-color: rgb(95,152,158); }
td.TdClassName
{
border-color: #5F989E;
}
.TagClassName
{
border-color: #5F989E;
}
</style>