Shades of Cadet Blue #5F9995
Tints of Cadet Blue #5F9995
RGB
CMYK
RGB Variations
Color information
#5F9995 (or 0x5F9995) is known color: Cadet Blue. HEX triplet: 5F, 99 and 95. RGB value is (95,153,149). Sum of RGB (Red+Green+Blue) = 95+153+149=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9995 is #A0666A. Grayscale: #878787. Windows color (decimal): -10511979 or 9804127. OLE color: 9804127.
HSL color Cylindrical-coordinate representation of color #5F9995: hue angle of 175.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9995 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 149 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.4 |
| HSL | 175.86º | 0.23% | 0.49% | - |
| HSV(B) | 175.86º | 0.38% | 0.6% | - |
| XYZ | 21.54 | 27.39 | 32.58 | - |
| YUV | 135.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 149 | 0.38 | 0 | 0.03 | 0.4 | 175.86 | 0.23 | 0.49 |
| Hex | 5F | 99 | 95 | 26 | 0 | 3 | 28 | B0 | 17 | 31 |
| Octal | 137 | 231 | 225 | 46 | 0 | 3 | 50 | 260 | 27 | 61 |
| Binary | 1011111 | 10011001 | 10010101 | 100110 | 0 | 11 | 101000 | 10110000 | 10111 | 110001 |
Color Harmonies of #5F9995
Complementary color
Monochromatic Colors of #5F9995
Black with #5F9995
Text Example
Text Example
White with #5F9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9995; }
p { color: rgb(95,153,149); }
H1.HeaderClassName
{
color: #5F9995;
}
.AnyTagClassName
{
color: #5F9995;
}
</style>
background-color css
<style>
a { background-color: #5F9995; }
a { background-color: rgb(95,153,149); }
div.DivClassName
{
background-color: #5F9995;
}
.BgClassName
{
background-color: #5F9995;
}
</style>
border-color css
<style>
span { border-color: #5F9995; }
span { border-color: rgb(95,153,149); }
td.TdClassName
{
border-color: #5F9995;
}
.TagClassName
{
border-color: #5F9995;
}
</style>