Shades of Comet #585A6D
Tints of Comet #585A6D
RGB
CMYK
RGB Variations
Color information
#585A6D (or 0x585A6D) is known color: Comet. HEX triplet: 58, 5A and 6D. RGB value is (88,90,109). Sum of RGB (Red+Green+Blue) = 88+90+109=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #585A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A6D is #A7A592. Grayscale: #5B5B5B. Windows color (decimal): -10986899 or 7166552. OLE color: 7166552.
HSL color Cylindrical-coordinate representation of color #585A6D: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585A6D is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 90 | 109 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.57 |
| HSL | 234.29º | 0.11% | 0.39% | - |
| HSV(B) | 234.29º | 0.19% | 0.43% | - |
| XYZ | 10.44 | 10.49 | 15.94 | - |
| YUV | 91.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 109 | 0.19 | 0.17 | 0 | 0.57 | 234.29 | 0.11 | 0.39 |
| Hex | 58 | 5A | 6D | 13 | 11 | 0 | 39 | EA | B | 27 |
| Octal | 130 | 132 | 155 | 23 | 21 | 0 | 71 | 352 | 13 | 47 |
| Binary | 1011000 | 1011010 | 1101101 | 10011 | 10001 | 0 | 111001 | 11101010 | 1011 | 100111 |
Color Harmonies of #585A6D
Complementary color
Monochromatic Colors of #585A6D
Black with #585A6D
Text Example
Text Example
White with #585A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A6D; }
p { color: rgb(88,90,109); }
H1.HeaderClassName
{
color: #585A6D;
}
.AnyTagClassName
{
color: #585A6D;
}
</style>
background-color css
<style>
a { background-color: #585A6D; }
a { background-color: rgb(88,90,109); }
div.DivClassName
{
background-color: #585A6D;
}
.BgClassName
{
background-color: #585A6D;
}
</style>
border-color css
<style>
span { border-color: #585A6D; }
span { border-color: rgb(88,90,109); }
td.TdClassName
{
border-color: #585A6D;
}
.TagClassName
{
border-color: #585A6D;
}
</style>