Shades of Comet #585A70
Tints of Comet #585A70
RGB
CMYK
RGB Variations
Color information
#585A70 (or 0x585A70) is known color: Comet. HEX triplet: 58, 5A and 70. RGB value is (88,90,112). Sum of RGB (Red+Green+Blue) = 88+90+112=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #585A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A70 is #A7A58F. Grayscale: #5B5B5B. Windows color (decimal): -10986896 or 7363160. OLE color: 7363160.
HSL color Cylindrical-coordinate representation of color #585A70: hue angle of 235º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585A70 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 90 | 112 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.56 |
| HSL | 235º | 0.12% | 0.39% | - |
| HSV(B) | 235º | 0.21% | 0.44% | - |
| XYZ | 10.61 | 10.56 | 16.81 | - |
| YUV | 91.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 112 | 0.21 | 0.20 | 0 | 0.56 | 235 | 0.12 | 0.39 |
| Hex | 58 | 5A | 70 | 15 | 14 | 0 | 38 | EB | C | 27 |
| Octal | 130 | 132 | 160 | 25 | 24 | 0 | 70 | 353 | 14 | 47 |
| Binary | 1011000 | 1011010 | 1110000 | 10101 | 10100 | 0 | 111000 | 11101011 | 1100 | 100111 |
Color Harmonies of #585A70
Complementary color
Monochromatic Colors of #585A70
Black with #585A70
Text Example
Text Example
White with #585A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A70; }
p { color: rgb(88,90,112); }
H1.HeaderClassName
{
color: #585A70;
}
.AnyTagClassName
{
color: #585A70;
}
</style>
background-color css
<style>
a { background-color: #585A70; }
a { background-color: rgb(88,90,112); }
div.DivClassName
{
background-color: #585A70;
}
.BgClassName
{
background-color: #585A70;
}
</style>
border-color css
<style>
span { border-color: #585A70; }
span { border-color: rgb(88,90,112); }
td.TdClassName
{
border-color: #585A70;
}
.TagClassName
{
border-color: #585A70;
}
</style>