Shades of Comet #5F6067
Tints of Comet #5F6067
RGB
CMYK
RGB Variations
Color information
#5F6067 (or 0x5F6067) is known color: Comet. HEX triplet: 5F, 60 and 67. RGB value is (95,96,103). Sum of RGB (Red+Green+Blue) = 95+96+103=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F6067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6067 is #A09F98. Grayscale: #606060. Windows color (decimal): -10526617 or 6774879. OLE color: 6774879.
HSL color Cylindrical-coordinate representation of color #5F6067: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F6067 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 96 | 103 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.60 |
| HSL | 232.5º | 0.04% | 0.39% | - |
| HSV(B) | 232.5º | 0.08% | 0.4% | - |
| XYZ | 11.35 | 11.78 | 14.51 | - |
| YUV | 96.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 103 | 0.08 | 0.07 | 0 | 0.60 | 232.5 | 0.04 | 0.39 |
| Hex | 5F | 60 | 67 | 8 | 7 | 0 | 3C | E8 | 4 | 27 |
| Octal | 137 | 140 | 147 | 10 | 7 | 0 | 74 | 350 | 4 | 47 |
| Binary | 1011111 | 1100000 | 1100111 | 1000 | 111 | 0 | 111100 | 11101000 | 100 | 100111 |
Color Harmonies of #5F6067
Complementary color
Monochromatic Colors of #5F6067
Black with #5F6067
Text Example
Text Example
White with #5F6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6067; }
p { color: rgb(95,96,103); }
H1.HeaderClassName
{
color: #5F6067;
}
.AnyTagClassName
{
color: #5F6067;
}
</style>
background-color css
<style>
a { background-color: #5F6067; }
a { background-color: rgb(95,96,103); }
div.DivClassName
{
background-color: #5F6067;
}
.BgClassName
{
background-color: #5F6067;
}
</style>
border-color css
<style>
span { border-color: #5F6067; }
span { border-color: rgb(95,96,103); }
td.TdClassName
{
border-color: #5F6067;
}
.TagClassName
{
border-color: #5F6067;
}
</style>