Shades of Comet #5A587E
Tints of Comet #5A587E
RGB
CMYK
RGB Variations
Color information
#5A587E (or 0x5A587E) is known color: Comet. HEX triplet: 5A, 58 and 7E. RGB value is (90,88,126). Sum of RGB (Red+Green+Blue) = 90+88+126=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A587E is #A5A781. Grayscale: #5C5C5C. Windows color (decimal): -10856322 or 8280154. OLE color: 8280154.
HSL color Cylindrical-coordinate representation of color #5A587E: hue angle of 243.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A587E is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 88 | 126 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.51 |
| HSL | 243.16º | 0.18% | 0.42% | - |
| HSV(B) | 243.16º | 0.3% | 0.49% | - |
| XYZ | 11.47 | 10.66 | 21.19 | - |
| YUV | 92.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 126 | 0.29 | 0.30 | 0 | 0.51 | 243.16 | 0.18 | 0.42 |
| Hex | 5A | 58 | 7E | 1D | 1E | 0 | 33 | F3 | 12 | 2A |
| Octal | 132 | 130 | 176 | 35 | 36 | 0 | 63 | 363 | 22 | 52 |
| Binary | 1011010 | 1011000 | 1111110 | 11101 | 11110 | 0 | 110011 | 11110011 | 10010 | 101010 |
Color Harmonies of #5A587E
Complementary color
Monochromatic Colors of #5A587E
Black with #5A587E
Text Example
Text Example
White with #5A587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A587E; }
p { color: rgb(90,88,126); }
H1.HeaderClassName
{
color: #5A587E;
}
.AnyTagClassName
{
color: #5A587E;
}
</style>
background-color css
<style>
a { background-color: #5A587E; }
a { background-color: rgb(90,88,126); }
div.DivClassName
{
background-color: #5A587E;
}
.BgClassName
{
background-color: #5A587E;
}
</style>
border-color css
<style>
span { border-color: #5A587E; }
span { border-color: rgb(90,88,126); }
td.TdClassName
{
border-color: #5A587E;
}
.TagClassName
{
border-color: #5A587E;
}
</style>