Shades of Comet #5F616F
Tints of Comet #5F616F
RGB
CMYK
RGB Variations
Color information
#5F616F (or 0x5F616F) is known color: Comet. HEX triplet: 5F, 61 and 6F. RGB value is (95,97,111). Sum of RGB (Red+Green+Blue) = 95+97+111=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F616F is #A09E90. Grayscale: #616161. Windows color (decimal): -10526353 or 7299423. OLE color: 7299423.
HSL color Cylindrical-coordinate representation of color #5F616F: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F616F is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 97 | 111 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.56 |
| HSL | 232.5º | 0.08% | 0.4% | - |
| HSV(B) | 232.5º | 0.14% | 0.44% | - |
| XYZ | 11.86 | 12.13 | 16.75 | - |
| YUV | 98 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 111 | 0.14 | 0.13 | 0 | 0.56 | 232.5 | 0.08 | 0.4 |
| Hex | 5F | 61 | 6F | E | D | 0 | 38 | E8 | 8 | 28 |
| Octal | 137 | 141 | 157 | 16 | 15 | 0 | 70 | 350 | 10 | 50 |
| Binary | 1011111 | 1100001 | 1101111 | 1110 | 1101 | 0 | 111000 | 11101000 | 1000 | 101000 |
Color Harmonies of #5F616F
Complementary color
Monochromatic Colors of #5F616F
Black with #5F616F
Text Example
Text Example
White with #5F616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F616F; }
p { color: rgb(95,97,111); }
H1.HeaderClassName
{
color: #5F616F;
}
.AnyTagClassName
{
color: #5F616F;
}
</style>
background-color css
<style>
a { background-color: #5F616F; }
a { background-color: rgb(95,97,111); }
div.DivClassName
{
background-color: #5F616F;
}
.BgClassName
{
background-color: #5F616F;
}
</style>
border-color css
<style>
span { border-color: #5F616F; }
span { border-color: rgb(95,97,111); }
td.TdClassName
{
border-color: #5F616F;
}
.TagClassName
{
border-color: #5F616F;
}
</style>