Shades of Bright Grey #585D66
Tints of Bright Grey #585D66
RGB
CMYK
RGB Variations
Color information
#585D66 (or 0x585D66) is known color: Bright Grey. HEX triplet: 58, 5D and 66. RGB value is (88,93,102). Sum of RGB (Red+Green+Blue) = 88+93+102=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #585D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D66 is #A7A299. Grayscale: #5C5C5C. Windows color (decimal): -10986138 or 6708568. OLE color: 6708568.
HSL color Cylindrical-coordinate representation of color #585D66: hue angle of 218.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #585D66 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 93 | 102 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.6 |
| HSL | 218.57º | 0.07% | 0.37% | - |
| HSV(B) | 218.57º | 0.14% | 0.4% | - |
| XYZ | 10.34 | 10.86 | 14.12 | - |
| YUV | 92.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 102 | 0.14 | 0.09 | 0 | 0.6 | 218.57 | 0.07 | 0.37 |
| Hex | 58 | 5D | 66 | E | 9 | 0 | 3C | DB | 7 | 25 |
| Octal | 130 | 135 | 146 | 16 | 11 | 0 | 74 | 333 | 7 | 45 |
| Binary | 1011000 | 1011101 | 1100110 | 1110 | 1001 | 0 | 111100 | 11011011 | 111 | 100101 |
Color Harmonies of #585D66
Complementary color
Monochromatic Colors of #585D66
Black with #585D66
Text Example
Text Example
White with #585D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D66; }
p { color: rgb(88,93,102); }
H1.HeaderClassName
{
color: #585D66;
}
.AnyTagClassName
{
color: #585D66;
}
</style>
background-color css
<style>
a { background-color: #585D66; }
a { background-color: rgb(88,93,102); }
div.DivClassName
{
background-color: #585D66;
}
.BgClassName
{
background-color: #585D66;
}
</style>
border-color css
<style>
span { border-color: #585D66; }
span { border-color: rgb(88,93,102); }
td.TdClassName
{
border-color: #585D66;
}
.TagClassName
{
border-color: #585D66;
}
</style>