Shades of Comet #585C79
Tints of Comet #585C79
RGB
CMYK
RGB Variations
Color information
#585C79 (or 0x585C79) is known color: Comet. HEX triplet: 58, 5C and 79. RGB value is (88,92,121). Sum of RGB (Red+Green+Blue) = 88+92+121=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #585C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C79 is #A7A386. Grayscale: #5D5D5D. Windows color (decimal): -10986375 or 7953496. OLE color: 7953496.
HSL color Cylindrical-coordinate representation of color #585C79: hue angle of 232.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585C79 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 88 | 92 | 121 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.53 |
| HSL | 232.73º | 0.16% | 0.41% | - |
| HSV(B) | 232.73º | 0.27% | 0.47% | - |
| XYZ | 11.3 | 11.11 | 19.64 | - |
| YUV | 94.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 121 | 0.27 | 0.24 | 0 | 0.53 | 232.73 | 0.16 | 0.41 |
| Hex | 58 | 5C | 79 | 1B | 18 | 0 | 35 | E9 | 10 | 29 |
| Octal | 130 | 134 | 171 | 33 | 30 | 0 | 65 | 351 | 20 | 51 |
| Binary | 1011000 | 1011100 | 1111001 | 11011 | 11000 | 0 | 110101 | 11101001 | 10000 | 101001 |
Color Harmonies of #585C79
Complementary color
Monochromatic Colors of #585C79
Black with #585C79
Text Example
Text Example
White with #585C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C79; }
p { color: rgb(88,92,121); }
H1.HeaderClassName
{
color: #585C79;
}
.AnyTagClassName
{
color: #585C79;
}
</style>
background-color css
<style>
a { background-color: #585C79; }
a { background-color: rgb(88,92,121); }
div.DivClassName
{
background-color: #585C79;
}
.BgClassName
{
background-color: #585C79;
}
</style>
border-color css
<style>
span { border-color: #585C79; }
span { border-color: rgb(88,92,121); }
td.TdClassName
{
border-color: #585C79;
}
.TagClassName
{
border-color: #585C79;
}
</style>