Shades of Comet #5F6173
Tints of Comet #5F6173
RGB
CMYK
RGB Variations
Color information
#5F6173 (or 0x5F6173) is known color: Comet. HEX triplet: 5F, 61 and 73. RGB value is (95,97,115). Sum of RGB (Red+Green+Blue) = 95+97+115=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6173 is #A09E8C. Grayscale: #626262. Windows color (decimal): -10526349 or 7561567. OLE color: 7561567.
HSL color Cylindrical-coordinate representation of color #5F6173: hue angle of 234º 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 #5F6173 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 97 | 115 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.55 |
| HSL | 234º | 0.1% | 0.41% | - |
| HSV(B) | 234º | 0.17% | 0.45% | - |
| XYZ | 12.09 | 12.22 | 17.94 | - |
| YUV | 98.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 115 | 0.17 | 0.16 | 0 | 0.55 | 234 | 0.1 | 0.41 |
| Hex | 5F | 61 | 73 | 11 | 10 | 0 | 37 | EA | A | 29 |
| Octal | 137 | 141 | 163 | 21 | 20 | 0 | 67 | 352 | 12 | 51 |
| Binary | 1011111 | 1100001 | 1110011 | 10001 | 10000 | 0 | 110111 | 11101010 | 1010 | 101001 |
Color Harmonies of #5F6173
Complementary color
Monochromatic Colors of #5F6173
Black with #5F6173
Text Example
Text Example
White with #5F6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6173; }
p { color: rgb(95,97,115); }
H1.HeaderClassName
{
color: #5F6173;
}
.AnyTagClassName
{
color: #5F6173;
}
</style>
background-color css
<style>
a { background-color: #5F6173; }
a { background-color: rgb(95,97,115); }
div.DivClassName
{
background-color: #5F6173;
}
.BgClassName
{
background-color: #5F6173;
}
</style>
border-color css
<style>
span { border-color: #5F6173; }
span { border-color: rgb(95,97,115); }
td.TdClassName
{
border-color: #5F6173;
}
.TagClassName
{
border-color: #5F6173;
}
</style>