Shades of Cadet Blue #5F9994
Tints of Cadet Blue #5F9994
RGB
CMYK
RGB Variations
Color information
#5F9994 (or 0x5F9994) is known color: Cadet Blue. HEX triplet: 5F, 99 and 94. RGB value is (95,153,148). Sum of RGB (Red+Green+Blue) = 95+153+148=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9994 is #A0666B. Grayscale: #878787. Windows color (decimal): -10511980 or 9738591. OLE color: 9738591.
HSL color Cylindrical-coordinate representation of color #5F9994: hue angle of 174.83º 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 #5F9994 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 148 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.4 |
| HSL | 174.83º | 0.23% | 0.49% | - |
| HSV(B) | 174.83º | 0.38% | 0.6% | - |
| XYZ | 21.46 | 27.35 | 32.17 | - |
| YUV | 135.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 148 | 0.38 | 0 | 0.03 | 0.4 | 174.83 | 0.23 | 0.49 |
| Hex | 5F | 99 | 94 | 26 | 0 | 3 | 28 | AF | 17 | 31 |
| Octal | 137 | 231 | 224 | 46 | 0 | 3 | 50 | 257 | 27 | 61 |
| Binary | 1011111 | 10011001 | 10010100 | 100110 | 0 | 11 | 101000 | 10101111 | 10111 | 110001 |
Color Harmonies of #5F9994
Complementary color
Monochromatic Colors of #5F9994
Black with #5F9994
Text Example
Text Example
White with #5F9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9994; }
p { color: rgb(95,153,148); }
H1.HeaderClassName
{
color: #5F9994;
}
.AnyTagClassName
{
color: #5F9994;
}
</style>
background-color css
<style>
a { background-color: #5F9994; }
a { background-color: rgb(95,153,148); }
div.DivClassName
{
background-color: #5F9994;
}
.BgClassName
{
background-color: #5F9994;
}
</style>
border-color css
<style>
span { border-color: #5F9994; }
span { border-color: rgb(95,153,148); }
td.TdClassName
{
border-color: #5F9994;
}
.TagClassName
{
border-color: #5F9994;
}
</style>