Shades of Comet #585B85
Tints of Comet #585B85
RGB
CMYK
RGB Variations
Color information
#585B85 (or 0x585B85) is known color: Comet. HEX triplet: 58, 5B and 85. RGB value is (88,91,133). Sum of RGB (Red+Green+Blue) = 88+91+133=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #585B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B85 is #A7A47A. Grayscale: #5E5E5E. Windows color (decimal): -10986619 or 8739672. OLE color: 8739672.
HSL color Cylindrical-coordinate representation of color #585B85: hue angle of 236º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585B85 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 91 | 133 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.48 |
| HSL | 236º | 0.2% | 0.43% | - |
| HSV(B) | 236º | 0.34% | 0.52% | - |
| XYZ | 12 | 11.25 | 23.73 | - |
| YUV | 94.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 133 | 0.34 | 0.32 | 0 | 0.48 | 236 | 0.2 | 0.43 |
| Hex | 58 | 5B | 85 | 22 | 20 | 0 | 30 | EC | 14 | 2B |
| Octal | 130 | 133 | 205 | 42 | 40 | 0 | 60 | 354 | 24 | 53 |
| Binary | 1011000 | 1011011 | 10000101 | 100010 | 100000 | 0 | 110000 | 11101100 | 10100 | 101011 |
Color Harmonies of #585B85
Complementary color
Monochromatic Colors of #585B85
Black with #585B85
Text Example
Text Example
White with #585B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B85; }
p { color: rgb(88,91,133); }
H1.HeaderClassName
{
color: #585B85;
}
.AnyTagClassName
{
color: #585B85;
}
</style>
background-color css
<style>
a { background-color: #585B85; }
a { background-color: rgb(88,91,133); }
div.DivClassName
{
background-color: #585B85;
}
.BgClassName
{
background-color: #585B85;
}
</style>
border-color css
<style>
span { border-color: #585B85; }
span { border-color: rgb(88,91,133); }
td.TdClassName
{
border-color: #585B85;
}
.TagClassName
{
border-color: #585B85;
}
</style>