Shades of Comet #5F6578
Tints of Comet #5F6578
RGB
CMYK
RGB Variations
Color information
#5F6578 (or 0x5F6578) is known color: Comet. HEX triplet: 5F, 65 and 78. RGB value is (95,101,120). Sum of RGB (Red+Green+Blue) = 95+101+120=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F6578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6578 is #A09A87. Grayscale: #656565. Windows color (decimal): -10525320 or 7890271. OLE color: 7890271.
HSL color Cylindrical-coordinate representation of color #5F6578: hue angle of 225.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F6578 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 101 | 120 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.53 |
| HSL | 225.6º | 0.12% | 0.42% | - |
| HSV(B) | 225.6º | 0.21% | 0.47% | - |
| XYZ | 12.76 | 13.1 | 19.62 | - |
| YUV | 101.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 120 | 0.21 | 0.16 | 0 | 0.53 | 225.6 | 0.12 | 0.42 |
| Hex | 5F | 65 | 78 | 15 | 10 | 0 | 35 | E2 | C | 2A |
| Octal | 137 | 145 | 170 | 25 | 20 | 0 | 65 | 342 | 14 | 52 |
| Binary | 1011111 | 1100101 | 1111000 | 10101 | 10000 | 0 | 110101 | 11100010 | 1100 | 101010 |
Color Harmonies of #5F6578
Complementary color
Monochromatic Colors of #5F6578
Black with #5F6578
Text Example
Text Example
White with #5F6578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6578; }
p { color: rgb(95,101,120); }
H1.HeaderClassName
{
color: #5F6578;
}
.AnyTagClassName
{
color: #5F6578;
}
</style>
background-color css
<style>
a { background-color: #5F6578; }
a { background-color: rgb(95,101,120); }
div.DivClassName
{
background-color: #5F6578;
}
.BgClassName
{
background-color: #5F6578;
}
</style>
border-color css
<style>
span { border-color: #5F6578; }
span { border-color: rgb(95,101,120); }
td.TdClassName
{
border-color: #5F6578;
}
.TagClassName
{
border-color: #5F6578;
}
</style>