Shades of Comet #5E5B7C
Tints of Comet #5E5B7C
RGB
CMYK
RGB Variations
Color information
#5E5B7C (or 0x5E5B7C) is known color: Comet. HEX triplet: 5E, 5B and 7C. RGB value is (94,91,124). Sum of RGB (Red+Green+Blue) = 94+91+124=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E5B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B7C is #A1A483. Grayscale: #5F5F5F. Windows color (decimal): -10593412 or 8149854. OLE color: 8149854.
HSL color Cylindrical-coordinate representation of color #5E5B7C: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E5B7C is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 91 | 124 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.51 |
| HSL | 245.45º | 0.15% | 0.42% | - |
| HSV(B) | 245.45º | 0.27% | 0.49% | - |
| XYZ | 12 | 11.32 | 20.62 | - |
| YUV | 95.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 124 | 0.24 | 0.27 | 0 | 0.51 | 245.45 | 0.15 | 0.42 |
| Hex | 5E | 5B | 7C | 18 | 1B | 0 | 33 | F5 | F | 2A |
| Octal | 136 | 133 | 174 | 30 | 33 | 0 | 63 | 365 | 17 | 52 |
| Binary | 1011110 | 1011011 | 1111100 | 11000 | 11011 | 0 | 110011 | 11110101 | 1111 | 101010 |
Color Harmonies of #5E5B7C
Complementary color
Monochromatic Colors of #5E5B7C
Black with #5E5B7C
Text Example
Text Example
White with #5E5B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5B7C; }
p { color: rgb(94,91,124); }
H1.HeaderClassName
{
color: #5E5B7C;
}
.AnyTagClassName
{
color: #5E5B7C;
}
</style>
background-color css
<style>
a { background-color: #5E5B7C; }
a { background-color: rgb(94,91,124); }
div.DivClassName
{
background-color: #5E5B7C;
}
.BgClassName
{
background-color: #5E5B7C;
}
</style>
border-color css
<style>
span { border-color: #5E5B7C; }
span { border-color: rgb(94,91,124); }
td.TdClassName
{
border-color: #5E5B7C;
}
.TagClassName
{
border-color: #5E5B7C;
}
</style>