Shades of Comet #5F6478
Tints of Comet #5F6478
RGB
CMYK
RGB Variations
Color information
#5F6478 (or 0x5F6478) is known color: Comet. HEX triplet: 5F, 64 and 78. RGB value is (95,100,120). Sum of RGB (Red+Green+Blue) = 95+100+120=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F6478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6478 is #A09B87. Grayscale: #646464. Windows color (decimal): -10525576 or 7890015. OLE color: 7890015.
HSL color Cylindrical-coordinate representation of color #5F6478: hue angle of 228º 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 #5F6478 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 100 | 120 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.53 |
| HSL | 228º | 0.12% | 0.42% | - |
| HSV(B) | 228º | 0.21% | 0.47% | - |
| XYZ | 12.67 | 12.9 | 19.59 | - |
| YUV | 100.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 120 | 0.21 | 0.17 | 0 | 0.53 | 228 | 0.12 | 0.42 |
| Hex | 5F | 64 | 78 | 15 | 11 | 0 | 35 | E4 | C | 2A |
| Octal | 137 | 144 | 170 | 25 | 21 | 0 | 65 | 344 | 14 | 52 |
| Binary | 1011111 | 1100100 | 1111000 | 10101 | 10001 | 0 | 110101 | 11100100 | 1100 | 101010 |
Color Harmonies of #5F6478
Complementary color
Monochromatic Colors of #5F6478
Black with #5F6478
Text Example
Text Example
White with #5F6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6478; }
p { color: rgb(95,100,120); }
H1.HeaderClassName
{
color: #5F6478;
}
.AnyTagClassName
{
color: #5F6478;
}
</style>
background-color css
<style>
a { background-color: #5F6478; }
a { background-color: rgb(95,100,120); }
div.DivClassName
{
background-color: #5F6478;
}
.BgClassName
{
background-color: #5F6478;
}
</style>
border-color css
<style>
span { border-color: #5F6478; }
span { border-color: rgb(95,100,120); }
td.TdClassName
{
border-color: #5F6478;
}
.TagClassName
{
border-color: #5F6478;
}
</style>