Shades of Comet #5F6576
Tints of Comet #5F6576
RGB
CMYK
RGB Variations
Color information
#5F6576 (or 0x5F6576) is known color: Comet. HEX triplet: 5F, 65 and 76. RGB value is (95,101,118). Sum of RGB (Red+Green+Blue) = 95+101+118=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F6576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6576 is #A09A89. Grayscale: #656565. Windows color (decimal): -10525322 or 7759199. OLE color: 7759199.
HSL color Cylindrical-coordinate representation of color #5F6576: hue angle of 224.35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6576 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 101 | 118 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.54 |
| HSL | 224.35º | 0.11% | 0.42% | - |
| HSV(B) | 224.35º | 0.19% | 0.46% | - |
| XYZ | 12.64 | 13.05 | 18.99 | - |
| YUV | 101.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 118 | 0.19 | 0.14 | 0 | 0.54 | 224.35 | 0.11 | 0.42 |
| Hex | 5F | 65 | 76 | 13 | E | 0 | 36 | E0 | B | 2A |
| Octal | 137 | 145 | 166 | 23 | 16 | 0 | 66 | 340 | 13 | 52 |
| Binary | 1011111 | 1100101 | 1110110 | 10011 | 1110 | 0 | 110110 | 11100000 | 1011 | 101010 |
Color Harmonies of #5F6576
Complementary color
Monochromatic Colors of #5F6576
Black with #5F6576
Text Example
Text Example
White with #5F6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6576; }
p { color: rgb(95,101,118); }
H1.HeaderClassName
{
color: #5F6576;
}
.AnyTagClassName
{
color: #5F6576;
}
</style>
background-color css
<style>
a { background-color: #5F6576; }
a { background-color: rgb(95,101,118); }
div.DivClassName
{
background-color: #5F6576;
}
.BgClassName
{
background-color: #5F6576;
}
</style>
border-color css
<style>
span { border-color: #5F6576; }
span { border-color: rgb(95,101,118); }
td.TdClassName
{
border-color: #5F6576;
}
.TagClassName
{
border-color: #5F6576;
}
</style>