Shades of Comet #5F5F6C
Tints of Comet #5F5F6C
RGB
CMYK
RGB Variations
Color information
#5F5F6C (or 0x5F5F6C) is known color: Comet. HEX triplet: 5F, 5F and 6C. RGB value is (95,95,108). Sum of RGB (Red+Green+Blue) = 95+95+108=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5F6C is #A0A093. Grayscale: #606060. Windows color (decimal): -10526868 or 7102303. OLE color: 7102303.
HSL color Cylindrical-coordinate representation of color #5F5F6C: hue angle of 240º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F5F6C is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 95 | 108 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.58 |
| HSL | 240º | 0.06% | 0.4% | - |
| HSV(B) | 240º | 0.12% | 0.42% | - |
| XYZ | 11.52 | 11.7 | 15.84 | - |
| YUV | 96.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 108 | 0.12 | 0.12 | 0 | 0.58 | 240 | 0.06 | 0.4 |
| Hex | 5F | 5F | 6C | C | C | 0 | 3A | F0 | 6 | 28 |
| Octal | 137 | 137 | 154 | 14 | 14 | 0 | 72 | 360 | 6 | 50 |
| Binary | 1011111 | 1011111 | 1101100 | 1100 | 1100 | 0 | 111010 | 11110000 | 110 | 101000 |
Color Harmonies of #5F5F6C
Complementary color
Monochromatic Colors of #5F5F6C
Black with #5F5F6C
Text Example
Text Example
White with #5F5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5F6C; }
p { color: rgb(95,95,108); }
H1.HeaderClassName
{
color: #5F5F6C;
}
.AnyTagClassName
{
color: #5F5F6C;
}
</style>
background-color css
<style>
a { background-color: #5F5F6C; }
a { background-color: rgb(95,95,108); }
div.DivClassName
{
background-color: #5F5F6C;
}
.BgClassName
{
background-color: #5F5F6C;
}
</style>
border-color css
<style>
span { border-color: #5F5F6C; }
span { border-color: rgb(95,95,108); }
td.TdClassName
{
border-color: #5F5F6C;
}
.TagClassName
{
border-color: #5F5F6C;
}
</style>