Shades of Bright Grey #585E6C
Tints of Bright Grey #585E6C
RGB
CMYK
RGB Variations
Color information
#585E6C (or 0x585E6C) is known color: Bright Grey. HEX triplet: 58, 5E and 6C. RGB value is (88,94,108). Sum of RGB (Red+Green+Blue) = 88+94+108=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #585E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E6C is #A7A193. Grayscale: #5D5D5D. Windows color (decimal): -10985876 or 7102040. OLE color: 7102040.
HSL color Cylindrical-coordinate representation of color #585E6C: hue angle of 222º 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 #585E6C is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 94 | 108 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.58 |
| HSL | 222º | 0.1% | 0.38% | - |
| HSV(B) | 222º | 0.19% | 0.42% | - |
| XYZ | 10.73 | 11.16 | 15.78 | - |
| YUV | 93.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 108 | 0.19 | 0.13 | 0 | 0.58 | 222 | 0.1 | 0.38 |
| Hex | 58 | 5E | 6C | 13 | D | 0 | 3A | DE | A | 26 |
| Octal | 130 | 136 | 154 | 23 | 15 | 0 | 72 | 336 | 12 | 46 |
| Binary | 1011000 | 1011110 | 1101100 | 10011 | 1101 | 0 | 111010 | 11011110 | 1010 | 100110 |
Color Harmonies of #585E6C
Complementary color
Monochromatic Colors of #585E6C
Black with #585E6C
Text Example
Text Example
White with #585E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E6C; }
p { color: rgb(88,94,108); }
H1.HeaderClassName
{
color: #585E6C;
}
.AnyTagClassName
{
color: #585E6C;
}
</style>
background-color css
<style>
a { background-color: #585E6C; }
a { background-color: rgb(88,94,108); }
div.DivClassName
{
background-color: #585E6C;
}
.BgClassName
{
background-color: #585E6C;
}
</style>
border-color css
<style>
span { border-color: #585E6C; }
span { border-color: rgb(88,94,108); }
td.TdClassName
{
border-color: #585E6C;
}
.TagClassName
{
border-color: #585E6C;
}
</style>