Shades of Comet #5F6373
Tints of Comet #5F6373
RGB
CMYK
RGB Variations
Color information
#5F6373 (or 0x5F6373) is known color: Comet. HEX triplet: 5F, 63 and 73. RGB value is (95,99,115). Sum of RGB (Red+Green+Blue) = 95+99+115=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6373 is #A09C8C. Grayscale: #636363. Windows color (decimal): -10525837 or 7562079. OLE color: 7562079.
HSL color Cylindrical-coordinate representation of color #5F6373: hue angle of 228º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6373 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 99 | 115 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.55 |
| HSL | 228º | 0.1% | 0.41% | - |
| HSV(B) | 228º | 0.17% | 0.45% | - |
| XYZ | 12.28 | 12.59 | 18 | - |
| YUV | 99.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 115 | 0.17 | 0.14 | 0 | 0.55 | 228 | 0.1 | 0.41 |
| Hex | 5F | 63 | 73 | 11 | E | 0 | 37 | E4 | A | 29 |
| Octal | 137 | 143 | 163 | 21 | 16 | 0 | 67 | 344 | 12 | 51 |
| Binary | 1011111 | 1100011 | 1110011 | 10001 | 1110 | 0 | 110111 | 11100100 | 1010 | 101001 |
Color Harmonies of #5F6373
Complementary color
Monochromatic Colors of #5F6373
Black with #5F6373
Text Example
Text Example
White with #5F6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6373; }
p { color: rgb(95,99,115); }
H1.HeaderClassName
{
color: #5F6373;
}
.AnyTagClassName
{
color: #5F6373;
}
</style>
background-color css
<style>
a { background-color: #5F6373; }
a { background-color: rgb(95,99,115); }
div.DivClassName
{
background-color: #5F6373;
}
.BgClassName
{
background-color: #5F6373;
}
</style>
border-color css
<style>
span { border-color: #5F6373; }
span { border-color: rgb(95,99,115); }
td.TdClassName
{
border-color: #5F6373;
}
.TagClassName
{
border-color: #5F6373;
}
</style>