Shades of Comet #585C7F
Tints of Comet #585C7F
RGB
CMYK
RGB Variations
Color information
#585C7F (or 0x585C7F) is known color: Comet. HEX triplet: 58, 5C and 7F. RGB value is (88,92,127). Sum of RGB (Red+Green+Blue) = 88+92+127=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #585C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C7F is #A7A380. Grayscale: #5E5E5E. Windows color (decimal): -10986369 or 8346712. OLE color: 8346712.
HSL color Cylindrical-coordinate representation of color #585C7F: hue angle of 233.85º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585C7F is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 92 | 127 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.50 |
| HSL | 233.85º | 0.18% | 0.42% | - |
| HSV(B) | 233.85º | 0.31% | 0.5% | - |
| XYZ | 11.68 | 11.26 | 21.64 | - |
| YUV | 94.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 127 | 0.31 | 0.28 | 0 | 0.50 | 233.85 | 0.18 | 0.42 |
| Hex | 58 | 5C | 7F | 1F | 1C | 0 | 32 | EA | 12 | 2A |
| Octal | 130 | 134 | 177 | 37 | 34 | 0 | 62 | 352 | 22 | 52 |
| Binary | 1011000 | 1011100 | 1111111 | 11111 | 11100 | 0 | 110010 | 11101010 | 10010 | 101010 |
Color Harmonies of #585C7F
Complementary color
Monochromatic Colors of #585C7F
Black with #585C7F
Text Example
Text Example
White with #585C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C7F; }
p { color: rgb(88,92,127); }
H1.HeaderClassName
{
color: #585C7F;
}
.AnyTagClassName
{
color: #585C7F;
}
</style>
background-color css
<style>
a { background-color: #585C7F; }
a { background-color: rgb(88,92,127); }
div.DivClassName
{
background-color: #585C7F;
}
.BgClassName
{
background-color: #585C7F;
}
</style>
border-color css
<style>
span { border-color: #585C7F; }
span { border-color: rgb(88,92,127); }
td.TdClassName
{
border-color: #585C7F;
}
.TagClassName
{
border-color: #585C7F;
}
</style>