Shades of Bright Grey #585D63
Tints of Bright Grey #585D63
RGB
CMYK
RGB Variations
Color information
#585D63 (or 0x585D63) is known color: Bright Grey. HEX triplet: 58, 5D and 63. RGB value is (88,93,99). Sum of RGB (Red+Green+Blue) = 88+93+99=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #585D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D63 is #A7A29C. Grayscale: #5C5C5C. Windows color (decimal): -10986141 or 6511960. OLE color: 6511960.
HSL color Cylindrical-coordinate representation of color #585D63: hue angle of 212.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585D63 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 93 | 99 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.61 |
| HSL | 212.73º | 0.06% | 0.37% | - |
| HSV(B) | 212.73º | 0.11% | 0.39% | - |
| XYZ | 10.19 | 10.8 | 13.35 | - |
| YUV | 92.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 99 | 0.11 | 0.06 | 0 | 0.61 | 212.73 | 0.06 | 0.37 |
| Hex | 58 | 5D | 63 | B | 6 | 0 | 3D | D5 | 6 | 25 |
| Octal | 130 | 135 | 143 | 13 | 6 | 0 | 75 | 325 | 6 | 45 |
| Binary | 1011000 | 1011101 | 1100011 | 1011 | 110 | 0 | 111101 | 11010101 | 110 | 100101 |
Color Harmonies of #585D63
Complementary color
Monochromatic Colors of #585D63
Black with #585D63
Text Example
Text Example
White with #585D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D63; }
p { color: rgb(88,93,99); }
H1.HeaderClassName
{
color: #585D63;
}
.AnyTagClassName
{
color: #585D63;
}
</style>
background-color css
<style>
a { background-color: #585D63; }
a { background-color: rgb(88,93,99); }
div.DivClassName
{
background-color: #585D63;
}
.BgClassName
{
background-color: #585D63;
}
</style>
border-color css
<style>
span { border-color: #585D63; }
span { border-color: rgb(88,93,99); }
td.TdClassName
{
border-color: #585D63;
}
.TagClassName
{
border-color: #585D63;
}
</style>