Shades of Comet #585C7B
Tints of Comet #585C7B
RGB
CMYK
RGB Variations
Color information
#585C7B (or 0x585C7B) is known color: Comet. HEX triplet: 58, 5C and 7B. RGB value is (88,92,123). Sum of RGB (Red+Green+Blue) = 88+92+123=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #585C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C7B is #A7A384. Grayscale: #5E5E5E. Windows color (decimal): -10986373 or 8084568. OLE color: 8084568.
HSL color Cylindrical-coordinate representation of color #585C7B: hue angle of 233.14º 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 #585C7B is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 92 | 123 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.52 |
| HSL | 233.14º | 0.17% | 0.41% | - |
| HSV(B) | 233.14º | 0.28% | 0.48% | - |
| XYZ | 11.43 | 11.16 | 20.29 | - |
| YUV | 94.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 123 | 0.28 | 0.25 | 0 | 0.52 | 233.14 | 0.17 | 0.41 |
| Hex | 58 | 5C | 7B | 1C | 19 | 0 | 34 | E9 | 11 | 29 |
| Octal | 130 | 134 | 173 | 34 | 31 | 0 | 64 | 351 | 21 | 51 |
| Binary | 1011000 | 1011100 | 1111011 | 11100 | 11001 | 0 | 110100 | 11101001 | 10001 | 101001 |
Color Harmonies of #585C7B
Complementary color
Monochromatic Colors of #585C7B
Black with #585C7B
Text Example
Text Example
White with #585C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C7B; }
p { color: rgb(88,92,123); }
H1.HeaderClassName
{
color: #585C7B;
}
.AnyTagClassName
{
color: #585C7B;
}
</style>
background-color css
<style>
a { background-color: #585C7B; }
a { background-color: rgb(88,92,123); }
div.DivClassName
{
background-color: #585C7B;
}
.BgClassName
{
background-color: #585C7B;
}
</style>
border-color css
<style>
span { border-color: #585C7B; }
span { border-color: rgb(88,92,123); }
td.TdClassName
{
border-color: #585C7B;
}
.TagClassName
{
border-color: #585C7B;
}
</style>