Shades of Bright Grey #585B66
Tints of Bright Grey #585B66
RGB
CMYK
RGB Variations
Color information
#585B66 (or 0x585B66) is known color: Bright Grey. HEX triplet: 58, 5B and 66. RGB value is (88,91,102). Sum of RGB (Red+Green+Blue) = 88+91+102=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #585B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B66 is #A7A499. Grayscale: #5B5B5B. Windows color (decimal): -10986650 or 6708056. OLE color: 6708056.
HSL color Cylindrical-coordinate representation of color #585B66: hue angle of 227.14º 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 #585B66 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 91 | 102 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.6 |
| HSL | 227.14º | 0.07% | 0.37% | - |
| HSV(B) | 227.14º | 0.14% | 0.4% | - |
| XYZ | 10.16 | 10.52 | 14.06 | - |
| YUV | 91.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 102 | 0.14 | 0.11 | 0 | 0.6 | 227.14 | 0.07 | 0.37 |
| Hex | 58 | 5B | 66 | E | B | 0 | 3C | E3 | 7 | 25 |
| Octal | 130 | 133 | 146 | 16 | 13 | 0 | 74 | 343 | 7 | 45 |
| Binary | 1011000 | 1011011 | 1100110 | 1110 | 1011 | 0 | 111100 | 11100011 | 111 | 100101 |
Color Harmonies of #585B66
Complementary color
Monochromatic Colors of #585B66
Black with #585B66
Text Example
Text Example
White with #585B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B66; }
p { color: rgb(88,91,102); }
H1.HeaderClassName
{
color: #585B66;
}
.AnyTagClassName
{
color: #585B66;
}
</style>
background-color css
<style>
a { background-color: #585B66; }
a { background-color: rgb(88,91,102); }
div.DivClassName
{
background-color: #585B66;
}
.BgClassName
{
background-color: #585B66;
}
</style>
border-color css
<style>
span { border-color: #585B66; }
span { border-color: rgb(88,91,102); }
td.TdClassName
{
border-color: #585B66;
}
.TagClassName
{
border-color: #585B66;
}
</style>