Shades of Bright Grey #585A60
Tints of Bright Grey #585A60
RGB
CMYK
RGB Variations
Color information
#585A60 (or 0x585A60) is known color: Bright Grey. HEX triplet: 58, 5A and 60. RGB value is (88,90,96). Sum of RGB (Red+Green+Blue) = 88+90+96=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #585A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A60 is #A7A59F. Grayscale: #5A5A5A. Windows color (decimal): -10986912 or 6314584. OLE color: 6314584.
HSL color Cylindrical-coordinate representation of color #585A60: hue angle of 225º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #585A60 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 90 | 96 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.62 |
| HSL | 225º | 0.04% | 0.36% | - |
| HSV(B) | 225º | 0.08% | 0.38% | - |
| XYZ | 9.79 | 10.23 | 12.53 | - |
| YUV | 90.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 96 | 0.08 | 0.06 | 0 | 0.62 | 225 | 0.04 | 0.36 |
| Hex | 58 | 5A | 60 | 8 | 6 | 0 | 3E | E1 | 4 | 24 |
| Octal | 130 | 132 | 140 | 10 | 6 | 0 | 76 | 341 | 4 | 44 |
| Binary | 1011000 | 1011010 | 1100000 | 1000 | 110 | 0 | 111110 | 11100001 | 100 | 100100 |
Color Harmonies of #585A60
Complementary color
Monochromatic Colors of #585A60
Black with #585A60
Text Example
Text Example
White with #585A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A60; }
p { color: rgb(88,90,96); }
H1.HeaderClassName
{
color: #585A60;
}
.AnyTagClassName
{
color: #585A60;
}
</style>
background-color css
<style>
a { background-color: #585A60; }
a { background-color: rgb(88,90,96); }
div.DivClassName
{
background-color: #585A60;
}
.BgClassName
{
background-color: #585A60;
}
</style>
border-color css
<style>
span { border-color: #585A60; }
span { border-color: rgb(88,90,96); }
td.TdClassName
{
border-color: #585A60;
}
.TagClassName
{
border-color: #585A60;
}
</style>