Shades of Comet #585A85
Tints of Comet #585A85
RGB
CMYK
RGB Variations
Color information
#585A85 (or 0x585A85) is known color: Comet. HEX triplet: 58, 5A and 85. RGB value is (88,90,133). Sum of RGB (Red+Green+Blue) = 88+90+133=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #585A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A85 is #A7A57A. Grayscale: #5E5E5E. Windows color (decimal): -10986875 or 8739416. OLE color: 8739416.
HSL color Cylindrical-coordinate representation of color #585A85: hue angle of 237.33º 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 #585A85 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 90 | 133 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.48 |
| HSL | 237.33º | 0.2% | 0.43% | - |
| HSV(B) | 237.33º | 0.34% | 0.52% | - |
| XYZ | 11.91 | 11.08 | 23.7 | - |
| YUV | 94.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 133 | 0.34 | 0.32 | 0 | 0.48 | 237.33 | 0.2 | 0.43 |
| Hex | 58 | 5A | 85 | 22 | 20 | 0 | 30 | ED | 14 | 2B |
| Octal | 130 | 132 | 205 | 42 | 40 | 0 | 60 | 355 | 24 | 53 |
| Binary | 1011000 | 1011010 | 10000101 | 100010 | 100000 | 0 | 110000 | 11101101 | 10100 | 101011 |
Color Harmonies of #585A85
Complementary color
Monochromatic Colors of #585A85
Black with #585A85
Text Example
Text Example
White with #585A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A85; }
p { color: rgb(88,90,133); }
H1.HeaderClassName
{
color: #585A85;
}
.AnyTagClassName
{
color: #585A85;
}
</style>
background-color css
<style>
a { background-color: #585A85; }
a { background-color: rgb(88,90,133); }
div.DivClassName
{
background-color: #585A85;
}
.BgClassName
{
background-color: #585A85;
}
</style>
border-color css
<style>
span { border-color: #585A85; }
span { border-color: rgb(88,90,133); }
td.TdClassName
{
border-color: #585A85;
}
.TagClassName
{
border-color: #585A85;
}
</style>