Shades of Comet #5E617C
Tints of Comet #5E617C
RGB
CMYK
RGB Variations
Color information
#5E617C (or 0x5E617C) is known color: Comet. HEX triplet: 5E, 61 and 7C. RGB value is (94,97,124). Sum of RGB (Red+Green+Blue) = 94+97+124=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E617C is #A19E83. Grayscale: #636363. Windows color (decimal): -10591876 or 8151390. OLE color: 8151390.
HSL color Cylindrical-coordinate representation of color #5E617C: hue angle of 234º 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 #5E617C is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 97 | 124 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.51 |
| HSL | 234º | 0.14% | 0.43% | - |
| HSV(B) | 234º | 0.24% | 0.49% | - |
| XYZ | 12.53 | 12.38 | 20.8 | - |
| YUV | 99.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 124 | 0.24 | 0.22 | 0 | 0.51 | 234 | 0.14 | 0.43 |
| Hex | 5E | 61 | 7C | 18 | 16 | 0 | 33 | EA | E | 2B |
| Octal | 136 | 141 | 174 | 30 | 26 | 0 | 63 | 352 | 16 | 53 |
| Binary | 1011110 | 1100001 | 1111100 | 11000 | 10110 | 0 | 110011 | 11101010 | 1110 | 101011 |
Color Harmonies of #5E617C
Complementary color
Monochromatic Colors of #5E617C
Black with #5E617C
Text Example
Text Example
White with #5E617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E617C; }
p { color: rgb(94,97,124); }
H1.HeaderClassName
{
color: #5E617C;
}
.AnyTagClassName
{
color: #5E617C;
}
</style>
background-color css
<style>
a { background-color: #5E617C; }
a { background-color: rgb(94,97,124); }
div.DivClassName
{
background-color: #5E617C;
}
.BgClassName
{
background-color: #5E617C;
}
</style>
border-color css
<style>
span { border-color: #5E617C; }
span { border-color: rgb(94,97,124); }
td.TdClassName
{
border-color: #5E617C;
}
.TagClassName
{
border-color: #5E617C;
}
</style>