Shades of Comet #585F7A
Tints of Comet #585F7A
RGB
CMYK
RGB Variations
Color information
#585F7A (or 0x585F7A) is known color: Comet. HEX triplet: 58, 5F and 7A. RGB value is (88,95,122). Sum of RGB (Red+Green+Blue) = 88+95+122=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #585F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F7A is #A7A085. Grayscale: #5F5F5F. Windows color (decimal): -10985606 or 8019800. OLE color: 8019800.
HSL color Cylindrical-coordinate representation of color #585F7A: hue angle of 227.65º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585F7A is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 95 | 122 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.52 |
| HSL | 227.65º | 0.16% | 0.41% | - |
| HSV(B) | 227.65º | 0.28% | 0.48% | - |
| XYZ | 11.63 | 11.66 | 20.05 | - |
| YUV | 95.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 122 | 0.28 | 0.22 | 0 | 0.52 | 227.65 | 0.16 | 0.41 |
| Hex | 58 | 5F | 7A | 1C | 16 | 0 | 34 | E4 | 10 | 29 |
| Octal | 130 | 137 | 172 | 34 | 26 | 0 | 64 | 344 | 20 | 51 |
| Binary | 1011000 | 1011111 | 1111010 | 11100 | 10110 | 0 | 110100 | 11100100 | 10000 | 101001 |
Color Harmonies of #585F7A
Complementary color
Monochromatic Colors of #585F7A
Black with #585F7A
Text Example
Text Example
White with #585F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F7A; }
p { color: rgb(88,95,122); }
H1.HeaderClassName
{
color: #585F7A;
}
.AnyTagClassName
{
color: #585F7A;
}
</style>
background-color css
<style>
a { background-color: #585F7A; }
a { background-color: rgb(88,95,122); }
div.DivClassName
{
background-color: #585F7A;
}
.BgClassName
{
background-color: #585F7A;
}
</style>
border-color css
<style>
span { border-color: #585F7A; }
span { border-color: rgb(88,95,122); }
td.TdClassName
{
border-color: #585F7A;
}
.TagClassName
{
border-color: #585F7A;
}
</style>