Shades of Bright Grey #585A63
Tints of Bright Grey #585A63
RGB
CMYK
RGB Variations
Color information
#585A63 (or 0x585A63) is known color: Bright Grey. HEX triplet: 58, 5A and 63. RGB value is (88,90,99). Sum of RGB (Red+Green+Blue) = 88+90+99=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #585A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A63 is #A7A59C. Grayscale: #5A5A5A. Windows color (decimal): -10986909 or 6511192. OLE color: 6511192.
HSL color Cylindrical-coordinate representation of color #585A63: hue angle of 229.09º 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 #585A63 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 90 | 99 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.61 |
| HSL | 229.09º | 0.06% | 0.37% | - |
| HSV(B) | 229.09º | 0.11% | 0.39% | - |
| XYZ | 9.93 | 10.29 | 13.27 | - |
| YUV | 90.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 99 | 0.11 | 0.09 | 0 | 0.61 | 229.09 | 0.06 | 0.37 |
| Hex | 58 | 5A | 63 | B | 9 | 0 | 3D | E5 | 6 | 25 |
| Octal | 130 | 132 | 143 | 13 | 11 | 0 | 75 | 345 | 6 | 45 |
| Binary | 1011000 | 1011010 | 1100011 | 1011 | 1001 | 0 | 111101 | 11100101 | 110 | 100101 |
Color Harmonies of #585A63
Complementary color
Monochromatic Colors of #585A63
Black with #585A63
Text Example
Text Example
White with #585A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A63; }
p { color: rgb(88,90,99); }
H1.HeaderClassName
{
color: #585A63;
}
.AnyTagClassName
{
color: #585A63;
}
</style>
background-color css
<style>
a { background-color: #585A63; }
a { background-color: rgb(88,90,99); }
div.DivClassName
{
background-color: #585A63;
}
.BgClassName
{
background-color: #585A63;
}
</style>
border-color css
<style>
span { border-color: #585A63; }
span { border-color: rgb(88,90,99); }
td.TdClassName
{
border-color: #585A63;
}
.TagClassName
{
border-color: #585A63;
}
</style>