Shades of Comet #585D78
Tints of Comet #585D78
RGB
CMYK
RGB Variations
Color information
#585D78 (or 0x585D78) is known color: Comet. HEX triplet: 58, 5D and 78. RGB value is (88,93,120). Sum of RGB (Red+Green+Blue) = 88+93+120=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #585D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D78 is #A7A287. Grayscale: #5E5E5E. Windows color (decimal): -10986120 or 7888216. OLE color: 7888216.
HSL color Cylindrical-coordinate representation of color #585D78: hue angle of 230.62º 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 #585D78 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 93 | 120 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.53 |
| HSL | 230.63º | 0.15% | 0.41% | - |
| HSV(B) | 230.63º | 0.27% | 0.47% | - |
| XYZ | 11.33 | 11.26 | 19.35 | - |
| YUV | 94.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 120 | 0.27 | 0.22 | 0 | 0.53 | 230.63 | 0.15 | 0.41 |
| Hex | 58 | 5D | 78 | 1B | 16 | 0 | 35 | E7 | F | 29 |
| Octal | 130 | 135 | 170 | 33 | 26 | 0 | 65 | 347 | 17 | 51 |
| Binary | 1011000 | 1011101 | 1111000 | 11011 | 10110 | 0 | 110101 | 11100111 | 1111 | 101001 |
Color Harmonies of #585D78
Complementary color
Monochromatic Colors of #585D78
Black with #585D78
Text Example
Text Example
White with #585D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D78; }
p { color: rgb(88,93,120); }
H1.HeaderClassName
{
color: #585D78;
}
.AnyTagClassName
{
color: #585D78;
}
</style>
background-color css
<style>
a { background-color: #585D78; }
a { background-color: rgb(88,93,120); }
div.DivClassName
{
background-color: #585D78;
}
.BgClassName
{
background-color: #585D78;
}
</style>
border-color css
<style>
span { border-color: #585D78; }
span { border-color: rgb(88,93,120); }
td.TdClassName
{
border-color: #585D78;
}
.TagClassName
{
border-color: #585D78;
}
</style>