Shades of Comet #5F657F
Tints of Comet #5F657F
RGB
CMYK
RGB Variations
Color information
#5F657F (or 0x5F657F) is known color: Comet. HEX triplet: 5F, 65 and 7F. RGB value is (95,101,127). Sum of RGB (Red+Green+Blue) = 95+101+127=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F657F is #A09A80. Grayscale: #666666. Windows color (decimal): -10525313 or 8349023. OLE color: 8349023.
HSL color Cylindrical-coordinate representation of color #5F657F: hue angle of 228.75º 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 #5F657F is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 101 | 127 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.50 |
| HSL | 228.75º | 0.14% | 0.44% | - |
| HSV(B) | 228.75º | 0.25% | 0.5% | - |
| XYZ | 13.2 | 13.27 | 21.94 | - |
| YUV | 102.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 127 | 0.25 | 0.20 | 0 | 0.50 | 228.75 | 0.14 | 0.44 |
| Hex | 5F | 65 | 7F | 19 | 14 | 0 | 32 | E5 | E | 2C |
| Octal | 137 | 145 | 177 | 31 | 24 | 0 | 62 | 345 | 16 | 54 |
| Binary | 1011111 | 1100101 | 1111111 | 11001 | 10100 | 0 | 110010 | 11100101 | 1110 | 101100 |
Color Harmonies of #5F657F
Complementary color
Monochromatic Colors of #5F657F
Black with #5F657F
Text Example
Text Example
White with #5F657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F657F; }
p { color: rgb(95,101,127); }
H1.HeaderClassName
{
color: #5F657F;
}
.AnyTagClassName
{
color: #5F657F;
}
</style>
background-color css
<style>
a { background-color: #5F657F; }
a { background-color: rgb(95,101,127); }
div.DivClassName
{
background-color: #5F657F;
}
.BgClassName
{
background-color: #5F657F;
}
</style>
border-color css
<style>
span { border-color: #5F657F; }
span { border-color: rgb(95,101,127); }
td.TdClassName
{
border-color: #5F657F;
}
.TagClassName
{
border-color: #5F657F;
}
</style>