Shades of Bright Grey #585F6C
Tints of Bright Grey #585F6C
RGB
CMYK
RGB Variations
Color information
#585F6C (or 0x585F6C) is known color: Bright Grey. HEX triplet: 58, 5F and 6C. RGB value is (88,95,108). Sum of RGB (Red+Green+Blue) = 88+95+108=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 108 - color contains mainly: blue. Hex color #585F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F6C is #A7A093. Grayscale: #5E5E5E. Windows color (decimal): -10985620 or 7102296. OLE color: 7102296.
HSL color Cylindrical-coordinate representation of color #585F6C: hue angle of 219º 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 #585F6C is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 95 | 108 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.58 |
| HSL | 219º | 0.1% | 0.38% | - |
| HSV(B) | 219º | 0.19% | 0.42% | - |
| XYZ | 10.82 | 11.34 | 15.81 | - |
| YUV | 94.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 108 | 0.19 | 0.12 | 0 | 0.58 | 219 | 0.1 | 0.38 |
| Hex | 58 | 5F | 6C | 13 | C | 0 | 3A | DB | A | 26 |
| Octal | 130 | 137 | 154 | 23 | 14 | 0 | 72 | 333 | 12 | 46 |
| Binary | 1011000 | 1011111 | 1101100 | 10011 | 1100 | 0 | 111010 | 11011011 | 1010 | 100110 |
Color Harmonies of #585F6C
Complementary color
Monochromatic Colors of #585F6C
Black with #585F6C
Text Example
Text Example
White with #585F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F6C; }
p { color: rgb(88,95,108); }
H1.HeaderClassName
{
color: #585F6C;
}
.AnyTagClassName
{
color: #585F6C;
}
</style>
background-color css
<style>
a { background-color: #585F6C; }
a { background-color: rgb(88,95,108); }
div.DivClassName
{
background-color: #585F6C;
}
.BgClassName
{
background-color: #585F6C;
}
</style>
border-color css
<style>
span { border-color: #585F6C; }
span { border-color: rgb(88,95,108); }
td.TdClassName
{
border-color: #585F6C;
}
.TagClassName
{
border-color: #585F6C;
}
</style>