Shades of Comet #585B7B
Tints of Comet #585B7B
RGB
CMYK
RGB Variations
Color information
#585B7B (or 0x585B7B) is known color: Comet. HEX triplet: 58, 5B and 7B. RGB value is (88,91,123). Sum of RGB (Red+Green+Blue) = 88+91+123=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #585B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B7B is #A7A484. Grayscale: #5D5D5D. Windows color (decimal): -10986629 or 8084312. OLE color: 8084312.
HSL color Cylindrical-coordinate representation of color #585B7B: hue angle of 234.86º degrees, saturation: 0.17, 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 #585B7B is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 91 | 123 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.52 |
| HSL | 234.86º | 0.17% | 0.41% | - |
| HSV(B) | 234.86º | 0.28% | 0.48% | - |
| XYZ | 11.34 | 10.99 | 20.26 | - |
| YUV | 93.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 123 | 0.28 | 0.26 | 0 | 0.52 | 234.86 | 0.17 | 0.41 |
| Hex | 58 | 5B | 7B | 1C | 1A | 0 | 34 | EB | 11 | 29 |
| Octal | 130 | 133 | 173 | 34 | 32 | 0 | 64 | 353 | 21 | 51 |
| Binary | 1011000 | 1011011 | 1111011 | 11100 | 11010 | 0 | 110100 | 11101011 | 10001 | 101001 |
Color Harmonies of #585B7B
Complementary color
Monochromatic Colors of #585B7B
Black with #585B7B
Text Example
Text Example
White with #585B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B7B; }
p { color: rgb(88,91,123); }
H1.HeaderClassName
{
color: #585B7B;
}
.AnyTagClassName
{
color: #585B7B;
}
</style>
background-color css
<style>
a { background-color: #585B7B; }
a { background-color: rgb(88,91,123); }
div.DivClassName
{
background-color: #585B7B;
}
.BgClassName
{
background-color: #585B7B;
}
</style>
border-color css
<style>
span { border-color: #585B7B; }
span { border-color: rgb(88,91,123); }
td.TdClassName
{
border-color: #585B7B;
}
.TagClassName
{
border-color: #585B7B;
}
</style>