Shades of Comet #585A78
Tints of Comet #585A78
RGB
CMYK
RGB Variations
Color information
#585A78 (or 0x585A78) is known color: Comet. HEX triplet: 58, 5A and 78. RGB value is (88,90,120). Sum of RGB (Red+Green+Blue) = 88+90+120=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #585A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A78 is #A7A587. Grayscale: #5C5C5C. Windows color (decimal): -10986888 or 7887448. OLE color: 7887448.
HSL color Cylindrical-coordinate representation of color #585A78: hue angle of 236.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585A78 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 90 | 120 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.53 |
| HSL | 236.25º | 0.15% | 0.41% | - |
| HSV(B) | 236.25º | 0.27% | 0.47% | - |
| XYZ | 11.07 | 10.74 | 19.26 | - |
| YUV | 92.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 120 | 0.27 | 0.25 | 0 | 0.53 | 236.25 | 0.15 | 0.41 |
| Hex | 58 | 5A | 78 | 1B | 19 | 0 | 35 | EC | F | 29 |
| Octal | 130 | 132 | 170 | 33 | 31 | 0 | 65 | 354 | 17 | 51 |
| Binary | 1011000 | 1011010 | 1111000 | 11011 | 11001 | 0 | 110101 | 11101100 | 1111 | 101001 |
Color Harmonies of #585A78
Complementary color
Monochromatic Colors of #585A78
Black with #585A78
Text Example
Text Example
White with #585A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A78; }
p { color: rgb(88,90,120); }
H1.HeaderClassName
{
color: #585A78;
}
.AnyTagClassName
{
color: #585A78;
}
</style>
background-color css
<style>
a { background-color: #585A78; }
a { background-color: rgb(88,90,120); }
div.DivClassName
{
background-color: #585A78;
}
.BgClassName
{
background-color: #585A78;
}
</style>
border-color css
<style>
span { border-color: #585A78; }
span { border-color: rgb(88,90,120); }
td.TdClassName
{
border-color: #585A78;
}
.TagClassName
{
border-color: #585A78;
}
</style>