Shades of Comet #5A5873
Tints of Comet #5A5873
RGB
CMYK
RGB Variations
Color information
#5A5873 (or 0x5A5873) is known color: Comet. HEX triplet: 5A, 58 and 73. RGB value is (90,88,115). Sum of RGB (Red+Green+Blue) = 90+88+115=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5873 is #A5A78C. Grayscale: #5B5B5B. Windows color (decimal): -10856333 or 7559258. OLE color: 7559258.
HSL color Cylindrical-coordinate representation of color #5A5873: hue angle of 244.44º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5873 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 88 | 115 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.55 |
| HSL | 244.44º | 0.13% | 0.4% | - |
| HSV(B) | 244.44º | 0.23% | 0.45% | - |
| XYZ | 10.8 | 10.39 | 17.66 | - |
| YUV | 91.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 115 | 0.22 | 0.23 | 0 | 0.55 | 244.44 | 0.13 | 0.4 |
| Hex | 5A | 58 | 73 | 16 | 17 | 0 | 37 | F4 | D | 28 |
| Octal | 132 | 130 | 163 | 26 | 27 | 0 | 67 | 364 | 15 | 50 |
| Binary | 1011010 | 1011000 | 1110011 | 10110 | 10111 | 0 | 110111 | 11110100 | 1101 | 101000 |
Color Harmonies of #5A5873
Complementary color
Monochromatic Colors of #5A5873
Black with #5A5873
Text Example
Text Example
White with #5A5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5873; }
p { color: rgb(90,88,115); }
H1.HeaderClassName
{
color: #5A5873;
}
.AnyTagClassName
{
color: #5A5873;
}
</style>
background-color css
<style>
a { background-color: #5A5873; }
a { background-color: rgb(90,88,115); }
div.DivClassName
{
background-color: #5A5873;
}
.BgClassName
{
background-color: #5A5873;
}
</style>
border-color css
<style>
span { border-color: #5A5873; }
span { border-color: rgb(90,88,115); }
td.TdClassName
{
border-color: #5A5873;
}
.TagClassName
{
border-color: #5A5873;
}
</style>