Shades of Comet #5A587C
Tints of Comet #5A587C
RGB
CMYK
RGB Variations
Color information
#5A587C (or 0x5A587C) is known color: Comet. HEX triplet: 5A, 58 and 7C. RGB value is (90,88,124). Sum of RGB (Red+Green+Blue) = 90+88+124=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A587C is #A5A783. Grayscale: #5C5C5C. Windows color (decimal): -10856324 or 8149082. OLE color: 8149082.
HSL color Cylindrical-coordinate representation of color #5A587C: hue angle of 243.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A587C is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 88 | 124 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.51 |
| HSL | 243.33º | 0.17% | 0.42% | - |
| HSV(B) | 243.33º | 0.29% | 0.49% | - |
| XYZ | 11.34 | 10.61 | 20.52 | - |
| YUV | 92.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 124 | 0.27 | 0.29 | 0 | 0.51 | 243.33 | 0.17 | 0.42 |
| Hex | 5A | 58 | 7C | 1B | 1D | 0 | 33 | F3 | 11 | 2A |
| Octal | 132 | 130 | 174 | 33 | 35 | 0 | 63 | 363 | 21 | 52 |
| Binary | 1011010 | 1011000 | 1111100 | 11011 | 11101 | 0 | 110011 | 11110011 | 10001 | 101010 |
Color Harmonies of #5A587C
Complementary color
Monochromatic Colors of #5A587C
Black with #5A587C
Text Example
Text Example
White with #5A587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A587C; }
p { color: rgb(90,88,124); }
H1.HeaderClassName
{
color: #5A587C;
}
.AnyTagClassName
{
color: #5A587C;
}
</style>
background-color css
<style>
a { background-color: #5A587C; }
a { background-color: rgb(90,88,124); }
div.DivClassName
{
background-color: #5A587C;
}
.BgClassName
{
background-color: #5A587C;
}
</style>
border-color css
<style>
span { border-color: #5A587C; }
span { border-color: rgb(90,88,124); }
td.TdClassName
{
border-color: #5A587C;
}
.TagClassName
{
border-color: #5A587C;
}
</style>