Shades of Bright Grey #585D6B
Tints of Bright Grey #585D6B
RGB
CMYK
RGB Variations
Color information
#585D6B (or 0x585D6B) is known color: Bright Grey. HEX triplet: 58, 5D and 6B. RGB value is (88,93,107). Sum of RGB (Red+Green+Blue) = 88+93+107=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #585D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D6B is #A7A294. Grayscale: #5D5D5D. Windows color (decimal): -10986133 or 7036248. OLE color: 7036248.
HSL color Cylindrical-coordinate representation of color #585D6B: hue angle of 224.21º 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 #585D6B is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 93 | 107 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.58 |
| HSL | 224.21º | 0.1% | 0.38% | - |
| HSV(B) | 224.21º | 0.18% | 0.42% | - |
| XYZ | 10.59 | 10.96 | 15.47 | - |
| YUV | 93.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 107 | 0.18 | 0.13 | 0 | 0.58 | 224.21 | 0.1 | 0.38 |
| Hex | 58 | 5D | 6B | 12 | D | 0 | 3A | E0 | A | 26 |
| Octal | 130 | 135 | 153 | 22 | 15 | 0 | 72 | 340 | 12 | 46 |
| Binary | 1011000 | 1011101 | 1101011 | 10010 | 1101 | 0 | 111010 | 11100000 | 1010 | 100110 |
Color Harmonies of #585D6B
Complementary color
Monochromatic Colors of #585D6B
Black with #585D6B
Text Example
Text Example
White with #585D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D6B; }
p { color: rgb(88,93,107); }
H1.HeaderClassName
{
color: #585D6B;
}
.AnyTagClassName
{
color: #585D6B;
}
</style>
background-color css
<style>
a { background-color: #585D6B; }
a { background-color: rgb(88,93,107); }
div.DivClassName
{
background-color: #585D6B;
}
.BgClassName
{
background-color: #585D6B;
}
</style>
border-color css
<style>
span { border-color: #585D6B; }
span { border-color: rgb(88,93,107); }
td.TdClassName
{
border-color: #585D6B;
}
.TagClassName
{
border-color: #585D6B;
}
</style>