Shades of Bright Grey #585A5D
Tints of Bright Grey #585A5D
RGB
CMYK
RGB Variations
Color information
#585A5D (or 0x585A5D) is known color: Bright Grey. HEX triplet: 58, 5A and 5D. RGB value is (88,90,93). Sum of RGB (Red+Green+Blue) = 88+90+93=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #585A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A5D is #A7A5A2. Grayscale: #595959. Windows color (decimal): -10986915 or 6117976. OLE color: 6117976.
HSL color Cylindrical-coordinate representation of color #585A5D: hue angle of 216º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585A5D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 90 | 93 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.64 |
| HSL | 216º | 0.03% | 0.35% | - |
| HSV(B) | 216º | 0.05% | 0.36% | - |
| XYZ | 9.66 | 10.18 | 11.81 | - |
| YUV | 89.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 93 | 0.05 | 0.03 | 0 | 0.64 | 216 | 0.03 | 0.35 |
| Hex | 58 | 5A | 5D | 5 | 3 | 0 | 40 | D8 | 3 | 23 |
| Octal | 130 | 132 | 135 | 5 | 3 | 0 | 100 | 330 | 3 | 43 |
| Binary | 1011000 | 1011010 | 1011101 | 101 | 11 | 0 | 1000000 | 11011000 | 11 | 100011 |
Color Harmonies of #585A5D
Complementary color
Monochromatic Colors of #585A5D
Black with #585A5D
Text Example
Text Example
White with #585A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A5D; }
p { color: rgb(88,90,93); }
H1.HeaderClassName
{
color: #585A5D;
}
.AnyTagClassName
{
color: #585A5D;
}
</style>
background-color css
<style>
a { background-color: #585A5D; }
a { background-color: rgb(88,90,93); }
div.DivClassName
{
background-color: #585A5D;
}
.BgClassName
{
background-color: #585A5D;
}
</style>
border-color css
<style>
span { border-color: #585A5D; }
span { border-color: rgb(88,90,93); }
td.TdClassName
{
border-color: #585A5D;
}
.TagClassName
{
border-color: #585A5D;
}
</style>