Shades of Bright Grey #585D64
Tints of Bright Grey #585D64
RGB
CMYK
RGB Variations
Color information
#585D64 (or 0x585D64) is known color: Bright Grey. HEX triplet: 58, 5D and 64. RGB value is (88,93,100). Sum of RGB (Red+Green+Blue) = 88+93+100=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #585D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D64 is #A7A29B. Grayscale: #5C5C5C. Windows color (decimal): -10986140 or 6577496. OLE color: 6577496.
HSL color Cylindrical-coordinate representation of color #585D64: hue angle of 215º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585D64 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 93 | 100 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.61 |
| HSL | 215º | 0.06% | 0.37% | - |
| HSV(B) | 215º | 0.12% | 0.39% | - |
| XYZ | 10.24 | 10.82 | 13.61 | - |
| YUV | 92.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 100 | 0.12 | 0.07 | 0 | 0.61 | 215 | 0.06 | 0.37 |
| Hex | 58 | 5D | 64 | C | 7 | 0 | 3D | D7 | 6 | 25 |
| Octal | 130 | 135 | 144 | 14 | 7 | 0 | 75 | 327 | 6 | 45 |
| Binary | 1011000 | 1011101 | 1100100 | 1100 | 111 | 0 | 111101 | 11010111 | 110 | 100101 |
Color Harmonies of #585D64
Complementary color
Monochromatic Colors of #585D64
Black with #585D64
Text Example
Text Example
White with #585D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D64; }
p { color: rgb(88,93,100); }
H1.HeaderClassName
{
color: #585D64;
}
.AnyTagClassName
{
color: #585D64;
}
</style>
background-color css
<style>
a { background-color: #585D64; }
a { background-color: rgb(88,93,100); }
div.DivClassName
{
background-color: #585D64;
}
.BgClassName
{
background-color: #585D64;
}
</style>
border-color css
<style>
span { border-color: #585D64; }
span { border-color: rgb(88,93,100); }
td.TdClassName
{
border-color: #585D64;
}
.TagClassName
{
border-color: #585D64;
}
</style>