Shades of Comet #5F647D
Tints of Comet #5F647D
RGB
CMYK
RGB Variations
Color information
#5F647D (or 0x5F647D) is known color: Comet. HEX triplet: 5F, 64 and 7D. RGB value is (95,100,125). Sum of RGB (Red+Green+Blue) = 95+100+125=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F647D is #A09B82. Grayscale: #656565. Windows color (decimal): -10525571 or 8217695. OLE color: 8217695.
HSL color Cylindrical-coordinate representation of color #5F647D: hue angle of 230º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F647D is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 100 | 125 | - |
| CMYK | 0.24 | 0.2 | 0 | 0.51 |
| HSL | 230º | 0.14% | 0.43% | - |
| HSV(B) | 230º | 0.24% | 0.49% | - |
| XYZ | 12.98 | 13.03 | 21.23 | - |
| YUV | 101.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 125 | 0.24 | 0.2 | 0 | 0.51 | 230 | 0.14 | 0.43 |
| Hex | 5F | 64 | 7D | 18 | 14 | 0 | 33 | E6 | E | 2B |
| Octal | 137 | 144 | 175 | 30 | 24 | 0 | 63 | 346 | 16 | 53 |
| Binary | 1011111 | 1100100 | 1111101 | 11000 | 10100 | 0 | 110011 | 11100110 | 1110 | 101011 |
Color Harmonies of #5F647D
Complementary color
Monochromatic Colors of #5F647D
Black with #5F647D
Text Example
Text Example
White with #5F647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F647D; }
p { color: rgb(95,100,125); }
H1.HeaderClassName
{
color: #5F647D;
}
.AnyTagClassName
{
color: #5F647D;
}
</style>
background-color css
<style>
a { background-color: #5F647D; }
a { background-color: rgb(95,100,125); }
div.DivClassName
{
background-color: #5F647D;
}
.BgClassName
{
background-color: #5F647D;
}
</style>
border-color css
<style>
span { border-color: #5F647D; }
span { border-color: rgb(95,100,125); }
td.TdClassName
{
border-color: #5F647D;
}
.TagClassName
{
border-color: #5F647D;
}
</style>