Shades of Comet #5A5874
Tints of Comet #5A5874
RGB
CMYK
RGB Variations
Color information
#5A5874 (or 0x5A5874) is known color: Comet. HEX triplet: 5A, 58 and 74. RGB value is (90,88,116). Sum of RGB (Red+Green+Blue) = 90+88+116=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A5874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5874 is #A5A78B. Grayscale: #5B5B5B. Windows color (decimal): -10856332 or 7624794. OLE color: 7624794.
HSL color Cylindrical-coordinate representation of color #5A5874: hue angle of 244.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5874 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 88 | 116 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.55 |
| HSL | 244.29º | 0.14% | 0.4% | - |
| HSV(B) | 244.29º | 0.24% | 0.45% | - |
| XYZ | 10.86 | 10.41 | 17.96 | - |
| YUV | 91.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 116 | 0.22 | 0.24 | 0 | 0.55 | 244.29 | 0.14 | 0.4 |
| Hex | 5A | 58 | 74 | 16 | 18 | 0 | 37 | F4 | E | 28 |
| Octal | 132 | 130 | 164 | 26 | 30 | 0 | 67 | 364 | 16 | 50 |
| Binary | 1011010 | 1011000 | 1110100 | 10110 | 11000 | 0 | 110111 | 11110100 | 1110 | 101000 |
Color Harmonies of #5A5874
Complementary color
Monochromatic Colors of #5A5874
Black with #5A5874
Text Example
Text Example
White with #5A5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5874; }
p { color: rgb(90,88,116); }
H1.HeaderClassName
{
color: #5A5874;
}
.AnyTagClassName
{
color: #5A5874;
}
</style>
background-color css
<style>
a { background-color: #5A5874; }
a { background-color: rgb(90,88,116); }
div.DivClassName
{
background-color: #5A5874;
}
.BgClassName
{
background-color: #5A5874;
}
</style>
border-color css
<style>
span { border-color: #5A5874; }
span { border-color: rgb(90,88,116); }
td.TdClassName
{
border-color: #5A5874;
}
.TagClassName
{
border-color: #5A5874;
}
</style>