Shades of Comet #5E5E6C
Tints of Comet #5E5E6C
RGB
CMYK
RGB Variations
Color information
#5E5E6C (or 0x5E5E6C) is known color: Comet. HEX triplet: 5E, 5E and 6C. RGB value is (94,94,108). Sum of RGB (Red+Green+Blue) = 94+94+108=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #5E5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5E6C is #A1A193. Grayscale: #5F5F5F. Windows color (decimal): -10592660 or 7102046. OLE color: 7102046.
HSL color Cylindrical-coordinate representation of color #5E5E6C: hue angle of 240º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5E6C is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 94 | 108 | - |
CMYK | 0.13 | 0.13 | 0 | 0.58 |
HSL | 240º | 0.07% | 0.4% | - |
HSV(B) | 240º | 0.13% | 0.42% | - |
XYZ | 11.33 | 11.47 | 15.8 | - |
YUV | 95.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 94 | 108 | 0.13 | 0.13 | 0 | 0.58 | 240 | 0.07 | 0.4 |
Hex | 5E | 5E | 6C | D | D | 0 | 3A | F0 | 7 | 28 |
Octal | 136 | 136 | 154 | 15 | 15 | 0 | 72 | 360 | 7 | 50 |
Binary | 1011110 | 1011110 | 1101100 | 1101 | 1101 | 0 | 111010 | 11110000 | 111 | 101000 |
Color Harmonies of #5E5E6C
Complementary color
Monochromatic Colors of #5E5E6C
Black with #5E5E6C
Text Example
Text Example
White with #5E5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5E6C; }
p { color: rgb(94,94,108); }
H1.HeaderClassName
{
color: #5E5E6C;
}
.AnyTagClassName
{
color: #5E5E6C;
}
</style>
background-color css
<style>
a { background-color: #5E5E6C; }
a { background-color: rgb(94,94,108); }
div.DivClassName
{
background-color: #5E5E6C;
}
.BgClassName
{
background-color: #5E5E6C;
}
</style>
border-color css
<style>
span { border-color: #5E5E6C; }
span { border-color: rgb(94,94,108); }
td.TdClassName
{
border-color: #5E5E6C;
}
.TagClassName
{
border-color: #5E5E6C;
}
</style>