Shades of Bright Grey #585D6C
Tints of Bright Grey #585D6C
RGB
CMYK
RGB Variations
Color information
#585D6C (or 0x585D6C) is known color: Bright Grey. HEX triplet: 58, 5D and 6C. RGB value is (88,93,108). Sum of RGB (Red+Green+Blue) = 88+93+108=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #585D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6C is #A7A293. Grayscale: #5D5D5D. Windows color (decimal): -10986132 or 7101784. OLE color: 7101784.
HSL color Cylindrical-coordinate representation of color #585D6C: hue angle of 225º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585D6C is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 93 | 108 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.58 |
| HSL | 225º | 0.1% | 0.38% | - |
| HSV(B) | 225º | 0.19% | 0.42% | - |
| XYZ | 10.65 | 10.99 | 15.75 | - |
| YUV | 93.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 108 | 0.19 | 0.14 | 0 | 0.58 | 225 | 0.1 | 0.38 |
| Hex | 58 | 5D | 6C | 13 | E | 0 | 3A | E1 | A | 26 |
| Octal | 130 | 135 | 154 | 23 | 16 | 0 | 72 | 341 | 12 | 46 |
| Binary | 1011000 | 1011101 | 1101100 | 10011 | 1110 | 0 | 111010 | 11100001 | 1010 | 100110 |
Color Harmonies of #585D6C
Complementary color
Monochromatic Colors of #585D6C
Black with #585D6C
Text Example
Text Example
White with #585D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D6C; }
p { color: rgb(88,93,108); }
H1.HeaderClassName
{
color: #585D6C;
}
.AnyTagClassName
{
color: #585D6C;
}
</style>
background-color css
<style>
a { background-color: #585D6C; }
a { background-color: rgb(88,93,108); }
div.DivClassName
{
background-color: #585D6C;
}
.BgClassName
{
background-color: #585D6C;
}
</style>
border-color css
<style>
span { border-color: #585D6C; }
span { border-color: rgb(88,93,108); }
td.TdClassName
{
border-color: #585D6C;
}
.TagClassName
{
border-color: #585D6C;
}
</style>