Shades of Bright Grey #57585B
Tints of Bright Grey #57585B
RGB
CMYK
RGB Variations
Color information
#57585B (or 0x57585B) is known color: Bright Grey. HEX triplet: 57, 58 and 5B. RGB value is (87,88,91). Sum of RGB (Red+Green+Blue) = 87+88+91=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 91 - color contains mainly: blue. Hex color #57585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585B is #A8A7A4. Grayscale: #585858. Windows color (decimal): -11052965 or 5986391. OLE color: 5986391.
HSL color Cylindrical-coordinate representation of color #57585B: hue angle of 225º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #57585B is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 88 | 91 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.64 |
| HSL | 225º | 0.02% | 0.35% | - |
| HSV(B) | 225º | 0.04% | 0.36% | - |
| XYZ | 9.31 | 9.76 | 11.29 | - |
| YUV | 88.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 91 | 0.04 | 0.03 | 0 | 0.64 | 225 | 0.02 | 0.35 |
| Hex | 57 | 58 | 5B | 4 | 3 | 0 | 40 | E1 | 2 | 23 |
| Octal | 127 | 130 | 133 | 4 | 3 | 0 | 100 | 341 | 2 | 43 |
| Binary | 1010111 | 1011000 | 1011011 | 100 | 11 | 0 | 1000000 | 11100001 | 10 | 100011 |
Color Harmonies of #57585B
Complementary color
Monochromatic Colors of #57585B
Black with #57585B
Text Example
Text Example
White with #57585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57585B; }
p { color: rgb(87,88,91); }
H1.HeaderClassName
{
color: #57585B;
}
.AnyTagClassName
{
color: #57585B;
}
</style>
background-color css
<style>
a { background-color: #57585B; }
a { background-color: rgb(87,88,91); }
div.DivClassName
{
background-color: #57585B;
}
.BgClassName
{
background-color: #57585B;
}
</style>
border-color css
<style>
span { border-color: #57585B; }
span { border-color: rgb(87,88,91); }
td.TdClassName
{
border-color: #57585B;
}
.TagClassName
{
border-color: #57585B;
}
</style>