Shades of Bright Grey #585C60
Tints of Bright Grey #585C60
RGB
CMYK
RGB Variations
Color information
#585C60 (or 0x585C60) is known color: Bright Grey. HEX triplet: 58, 5C and 60. RGB value is (88,92,96). Sum of RGB (Red+Green+Blue) = 88+92+96=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: blue. Hex color #585C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C60 is #A7A39F. Grayscale: #5B5B5B. Windows color (decimal): -10986400 or 6315096. OLE color: 6315096.
HSL color Cylindrical-coordinate representation of color #585C60: hue angle of 210º 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 #585C60 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 92 | 96 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.62 |
| HSL | 210º | 0.04% | 0.36% | - |
| HSV(B) | 210º | 0.08% | 0.38% | - |
| XYZ | 9.96 | 10.57 | 12.58 | - |
| YUV | 91.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 96 | 0.08 | 0.04 | 0 | 0.62 | 210 | 0.04 | 0.36 |
| Hex | 58 | 5C | 60 | 8 | 4 | 0 | 3E | D2 | 4 | 24 |
| Octal | 130 | 134 | 140 | 10 | 4 | 0 | 76 | 322 | 4 | 44 |
| Binary | 1011000 | 1011100 | 1100000 | 1000 | 100 | 0 | 111110 | 11010010 | 100 | 100100 |
Color Harmonies of #585C60
Complementary color
Monochromatic Colors of #585C60
Black with #585C60
Text Example
Text Example
White with #585C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C60; }
p { color: rgb(88,92,96); }
H1.HeaderClassName
{
color: #585C60;
}
.AnyTagClassName
{
color: #585C60;
}
</style>
background-color css
<style>
a { background-color: #585C60; }
a { background-color: rgb(88,92,96); }
div.DivClassName
{
background-color: #585C60;
}
.BgClassName
{
background-color: #585C60;
}
</style>
border-color css
<style>
span { border-color: #585C60; }
span { border-color: rgb(88,92,96); }
td.TdClassName
{
border-color: #585C60;
}
.TagClassName
{
border-color: #585C60;
}
</style>