Shades of Bright Grey #585E67
Tints of Bright Grey #585E67
RGB
CMYK
RGB Variations
Color information
#585E67 (or 0x585E67) is known color: Bright Grey. HEX triplet: 58, 5E and 67. RGB value is (88,94,103). Sum of RGB (Red+Green+Blue) = 88+94+103=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #585E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E67 is #A7A198. Grayscale: #5D5D5D. Windows color (decimal): -10985881 or 6774360. OLE color: 6774360.
HSL color Cylindrical-coordinate representation of color #585E67: hue angle of 216º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585E67 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 94 | 103 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.60 |
| HSL | 216º | 0.08% | 0.37% | - |
| HSV(B) | 216º | 0.15% | 0.4% | - |
| XYZ | 10.48 | 11.06 | 14.41 | - |
| YUV | 93.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 103 | 0.15 | 0.09 | 0 | 0.60 | 216 | 0.08 | 0.37 |
| Hex | 58 | 5E | 67 | F | 9 | 0 | 3C | D8 | 8 | 25 |
| Octal | 130 | 136 | 147 | 17 | 11 | 0 | 74 | 330 | 10 | 45 |
| Binary | 1011000 | 1011110 | 1100111 | 1111 | 1001 | 0 | 111100 | 11011000 | 1000 | 100101 |
Color Harmonies of #585E67
Complementary color
Monochromatic Colors of #585E67
Black with #585E67
Text Example
Text Example
White with #585E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E67; }
p { color: rgb(88,94,103); }
H1.HeaderClassName
{
color: #585E67;
}
.AnyTagClassName
{
color: #585E67;
}
</style>
background-color css
<style>
a { background-color: #585E67; }
a { background-color: rgb(88,94,103); }
div.DivClassName
{
background-color: #585E67;
}
.BgClassName
{
background-color: #585E67;
}
</style>
border-color css
<style>
span { border-color: #585E67; }
span { border-color: rgb(88,94,103); }
td.TdClassName
{
border-color: #585E67;
}
.TagClassName
{
border-color: #585E67;
}
</style>