Shades of Bright Grey #57585C
Tints of Bright Grey #57585C
RGB
CMYK
RGB Variations
Color information
#57585C (or 0x57585C) is known color: Bright Grey. HEX triplet: 57, 58 and 5C. RGB value is (87,88,92). Sum of RGB (Red+Green+Blue) = 87+88+92=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #57585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57585C is #A8A7A3. Grayscale: #585858. Windows color (decimal): -11052964 or 6051927. OLE color: 6051927.
HSL color Cylindrical-coordinate representation of color #57585C: hue angle of 228º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #57585C is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 88 | 92 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.64 |
| HSL | 228º | 0.03% | 0.35% | - |
| HSV(B) | 228º | 0.05% | 0.36% | - |
| XYZ | 9.35 | 9.78 | 11.52 | - |
| YUV | 88.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 92 | 0.05 | 0.04 | 0 | 0.64 | 228 | 0.03 | 0.35 |
| Hex | 57 | 58 | 5C | 5 | 4 | 0 | 40 | E4 | 3 | 23 |
| Octal | 127 | 130 | 134 | 5 | 4 | 0 | 100 | 344 | 3 | 43 |
| Binary | 1010111 | 1011000 | 1011100 | 101 | 100 | 0 | 1000000 | 11100100 | 11 | 100011 |
Color Harmonies of #57585C
Complementary color
Monochromatic Colors of #57585C
Black with #57585C
Text Example
Text Example
White with #57585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57585C; }
p { color: rgb(87,88,92); }
H1.HeaderClassName
{
color: #57585C;
}
.AnyTagClassName
{
color: #57585C;
}
</style>
background-color css
<style>
a { background-color: #57585C; }
a { background-color: rgb(87,88,92); }
div.DivClassName
{
background-color: #57585C;
}
.BgClassName
{
background-color: #57585C;
}
</style>
border-color css
<style>
span { border-color: #57585C; }
span { border-color: rgb(87,88,92); }
td.TdClassName
{
border-color: #57585C;
}
.TagClassName
{
border-color: #57585C;
}
</style>