Shades of Comet #5F667F
Tints of Comet #5F667F
RGB
CMYK
RGB Variations
Color information
#5F667F (or 0x5F667F) is known color: Comet. HEX triplet: 5F, 66 and 7F. RGB value is (95,102,127). Sum of RGB (Red+Green+Blue) = 95+102+127=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F667F is #A09980. Grayscale: #666666. Windows color (decimal): -10525057 or 8349279. OLE color: 8349279.
HSL color Cylindrical-coordinate representation of color #5F667F: hue angle of 226.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F667F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 102 | 127 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.50 |
| HSL | 226.88º | 0.14% | 0.44% | - |
| HSV(B) | 226.88º | 0.25% | 0.5% | - |
| XYZ | 13.3 | 13.47 | 21.98 | - |
| YUV | 102.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 127 | 0.25 | 0.20 | 0 | 0.50 | 226.88 | 0.14 | 0.44 |
| Hex | 5F | 66 | 7F | 19 | 14 | 0 | 32 | E3 | E | 2C |
| Octal | 137 | 146 | 177 | 31 | 24 | 0 | 62 | 343 | 16 | 54 |
| Binary | 1011111 | 1100110 | 1111111 | 11001 | 10100 | 0 | 110010 | 11100011 | 1110 | 101100 |
Color Harmonies of #5F667F
Complementary color
Monochromatic Colors of #5F667F
Black with #5F667F
Text Example
Text Example
White with #5F667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F667F; }
p { color: rgb(95,102,127); }
H1.HeaderClassName
{
color: #5F667F;
}
.AnyTagClassName
{
color: #5F667F;
}
</style>
background-color css
<style>
a { background-color: #5F667F; }
a { background-color: rgb(95,102,127); }
div.DivClassName
{
background-color: #5F667F;
}
.BgClassName
{
background-color: #5F667F;
}
</style>
border-color css
<style>
span { border-color: #5F667F; }
span { border-color: rgb(95,102,127); }
td.TdClassName
{
border-color: #5F667F;
}
.TagClassName
{
border-color: #5F667F;
}
</style>