Shades of Comet #585A7B
Tints of Comet #585A7B
RGB
CMYK
RGB Variations
Color information
#585A7B (or 0x585A7B) is known color: Comet. HEX triplet: 58, 5A and 7B. RGB value is (88,90,123). Sum of RGB (Red+Green+Blue) = 88+90+123=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #585A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A7B is #A7A584. Grayscale: #5D5D5D. Windows color (decimal): -10986885 or 8084056. OLE color: 8084056.
HSL color Cylindrical-coordinate representation of color #585A7B: hue angle of 236.57º 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 #585A7B is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 90 | 123 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.52 |
| HSL | 236.57º | 0.17% | 0.41% | - |
| HSV(B) | 236.57º | 0.28% | 0.48% | - |
| XYZ | 11.26 | 10.82 | 20.23 | - |
| YUV | 93.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 123 | 0.28 | 0.27 | 0 | 0.52 | 236.57 | 0.17 | 0.41 |
| Hex | 58 | 5A | 7B | 1C | 1B | 0 | 34 | ED | 11 | 29 |
| Octal | 130 | 132 | 173 | 34 | 33 | 0 | 64 | 355 | 21 | 51 |
| Binary | 1011000 | 1011010 | 1111011 | 11100 | 11011 | 0 | 110100 | 11101101 | 10001 | 101001 |
Color Harmonies of #585A7B
Complementary color
Monochromatic Colors of #585A7B
Black with #585A7B
Text Example
Text Example
White with #585A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A7B; }
p { color: rgb(88,90,123); }
H1.HeaderClassName
{
color: #585A7B;
}
.AnyTagClassName
{
color: #585A7B;
}
</style>
background-color css
<style>
a { background-color: #585A7B; }
a { background-color: rgb(88,90,123); }
div.DivClassName
{
background-color: #585A7B;
}
.BgClassName
{
background-color: #585A7B;
}
</style>
border-color css
<style>
span { border-color: #585A7B; }
span { border-color: rgb(88,90,123); }
td.TdClassName
{
border-color: #585A7B;
}
.TagClassName
{
border-color: #585A7B;
}
</style>