Shades of Bright Grey #585F6B
Tints of Bright Grey #585F6B
RGB
CMYK
RGB Variations
Color information
#585F6B (or 0x585F6B) is known color: Bright Grey. HEX triplet: 58, 5F and 6B. RGB value is (88,95,107). Sum of RGB (Red+Green+Blue) = 88+95+107=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #585F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F6B is #A7A094. Grayscale: #5E5E5E. Windows color (decimal): -10985621 or 7036760. OLE color: 7036760.
HSL color Cylindrical-coordinate representation of color #585F6B: hue angle of 217.89º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585F6B is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 95 | 107 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.58 |
| HSL | 217.89º | 0.1% | 0.38% | - |
| HSV(B) | 217.89º | 0.18% | 0.42% | - |
| XYZ | 10.77 | 11.32 | 15.53 | - |
| YUV | 94.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 107 | 0.18 | 0.11 | 0 | 0.58 | 217.89 | 0.1 | 0.38 |
| Hex | 58 | 5F | 6B | 12 | B | 0 | 3A | DA | A | 26 |
| Octal | 130 | 137 | 153 | 22 | 13 | 0 | 72 | 332 | 12 | 46 |
| Binary | 1011000 | 1011111 | 1101011 | 10010 | 1011 | 0 | 111010 | 11011010 | 1010 | 100110 |
Color Harmonies of #585F6B
Complementary color
Monochromatic Colors of #585F6B
Black with #585F6B
Text Example
Text Example
White with #585F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F6B; }
p { color: rgb(88,95,107); }
H1.HeaderClassName
{
color: #585F6B;
}
.AnyTagClassName
{
color: #585F6B;
}
</style>
background-color css
<style>
a { background-color: #585F6B; }
a { background-color: rgb(88,95,107); }
div.DivClassName
{
background-color: #585F6B;
}
.BgClassName
{
background-color: #585F6B;
}
</style>
border-color css
<style>
span { border-color: #585F6B; }
span { border-color: rgb(88,95,107); }
td.TdClassName
{
border-color: #585F6B;
}
.TagClassName
{
border-color: #585F6B;
}
</style>