Shades of Comet #5E5A7D
Tints of Comet #5E5A7D
RGB
CMYK
RGB Variations
Color information
#5E5A7D (or 0x5E5A7D) is known color: Comet. HEX triplet: 5E, 5A and 7D. RGB value is (94,90,125). Sum of RGB (Red+Green+Blue) = 94+90+125=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E5A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A7D is #A1A582. Grayscale: #5F5F5F. Windows color (decimal): -10593667 or 8215134. OLE color: 8215134.
HSL color Cylindrical-coordinate representation of color #5E5A7D: hue angle of 246.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E5A7D is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 90 | 125 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.51 |
| HSL | 246.86º | 0.16% | 0.42% | - |
| HSV(B) | 246.86º | 0.28% | 0.49% | - |
| XYZ | 11.97 | 11.17 | 20.93 | - |
| YUV | 95.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 125 | 0.25 | 0.28 | 0 | 0.51 | 246.86 | 0.16 | 0.42 |
| Hex | 5E | 5A | 7D | 19 | 1C | 0 | 33 | F7 | 10 | 2A |
| Octal | 136 | 132 | 175 | 31 | 34 | 0 | 63 | 367 | 20 | 52 |
| Binary | 1011110 | 1011010 | 1111101 | 11001 | 11100 | 0 | 110011 | 11110111 | 10000 | 101010 |
Color Harmonies of #5E5A7D
Complementary color
Monochromatic Colors of #5E5A7D
Black with #5E5A7D
Text Example
Text Example
White with #5E5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A7D; }
p { color: rgb(94,90,125); }
H1.HeaderClassName
{
color: #5E5A7D;
}
.AnyTagClassName
{
color: #5E5A7D;
}
</style>
background-color css
<style>
a { background-color: #5E5A7D; }
a { background-color: rgb(94,90,125); }
div.DivClassName
{
background-color: #5E5A7D;
}
.BgClassName
{
background-color: #5E5A7D;
}
</style>
border-color css
<style>
span { border-color: #5E5A7D; }
span { border-color: rgb(94,90,125); }
td.TdClassName
{
border-color: #5E5A7D;
}
.TagClassName
{
border-color: #5E5A7D;
}
</style>