Shades of Cadet Blue #5F9F9D
Tints of Cadet Blue #5F9F9D
RGB
CMYK
RGB Variations
Color information
#5F9F9D (or 0x5F9F9D) is known color: Cadet Blue. HEX triplet: 5F, 9F and 9D. RGB value is (95,159,157). Sum of RGB (Red+Green+Blue) = 95+159+157=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9F9D is #A06062. Grayscale: #8B8B8B. Windows color (decimal): -10510435 or 10329951. OLE color: 10329951.
HSL color Cylindrical-coordinate representation of color #5F9F9D: hue angle of 178.12º 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 #5F9F9D is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 159 | 157 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.38 |
| HSL | 178.13º | 0.25% | 0.5% | - |
| HSV(B) | 178.13º | 0.4% | 0.62% | - |
| XYZ | 23.2 | 29.66 | 36.4 | - |
| YUV | 139.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 159 | 157 | 0.40 | 0 | 0.01 | 0.38 | 178.13 | 0.25 | 0.5 |
| Hex | 5F | 9F | 9D | 28 | 0 | 1 | 26 | B2 | 19 | 32 |
| Octal | 137 | 237 | 235 | 50 | 0 | 1 | 46 | 262 | 31 | 62 |
| Binary | 1011111 | 10011111 | 10011101 | 101000 | 0 | 1 | 100110 | 10110010 | 11001 | 110010 |
Color Harmonies of #5F9F9D
Complementary color
Monochromatic Colors of #5F9F9D
Black with #5F9F9D
Text Example
Text Example
White with #5F9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9F9D; }
p { color: rgb(95,159,157); }
H1.HeaderClassName
{
color: #5F9F9D;
}
.AnyTagClassName
{
color: #5F9F9D;
}
</style>
background-color css
<style>
a { background-color: #5F9F9D; }
a { background-color: rgb(95,159,157); }
div.DivClassName
{
background-color: #5F9F9D;
}
.BgClassName
{
background-color: #5F9F9D;
}
</style>
border-color css
<style>
span { border-color: #5F9F9D; }
span { border-color: rgb(95,159,157); }
td.TdClassName
{
border-color: #5F9F9D;
}
.TagClassName
{
border-color: #5F9F9D;
}
</style>