Shades of Comet #5E5F70
Tints of Comet #5E5F70
RGB
CMYK
RGB Variations
Color information
#5E5F70 (or 0x5E5F70) is known color: Comet. HEX triplet: 5E, 5F and 70. RGB value is (94,95,112). Sum of RGB (Red+Green+Blue) = 94+95+112=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5F70 is #A1A08F. Grayscale: #606060. Windows color (decimal): -10592400 or 7364446. OLE color: 7364446.
HSL color Cylindrical-coordinate representation of color #5E5F70: hue angle of 236.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E5F70 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 95 | 112 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.56 |
| HSL | 236.67º | 0.09% | 0.4% | - |
| HSV(B) | 236.67º | 0.16% | 0.44% | - |
| XYZ | 11.63 | 11.73 | 16.98 | - |
| YUV | 96.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 112 | 0.16 | 0.15 | 0 | 0.56 | 236.67 | 0.09 | 0.4 |
| Hex | 5E | 5F | 70 | 10 | F | 0 | 38 | ED | 9 | 28 |
| Octal | 136 | 137 | 160 | 20 | 17 | 0 | 70 | 355 | 11 | 50 |
| Binary | 1011110 | 1011111 | 1110000 | 10000 | 1111 | 0 | 111000 | 11101101 | 1001 | 101000 |
Color Harmonies of #5E5F70
Complementary color
Monochromatic Colors of #5E5F70
Black with #5E5F70
Text Example
Text Example
White with #5E5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F70; }
p { color: rgb(94,95,112); }
H1.HeaderClassName
{
color: #5E5F70;
}
.AnyTagClassName
{
color: #5E5F70;
}
</style>
background-color css
<style>
a { background-color: #5E5F70; }
a { background-color: rgb(94,95,112); }
div.DivClassName
{
background-color: #5E5F70;
}
.BgClassName
{
background-color: #5E5F70;
}
</style>
border-color css
<style>
span { border-color: #5E5F70; }
span { border-color: rgb(94,95,112); }
td.TdClassName
{
border-color: #5E5F70;
}
.TagClassName
{
border-color: #5E5F70;
}
</style>