Shades of Bright Grey #515256
Tints of Bright Grey #515256
RGB
CMYK
RGB Variations
Color information
#515256 (or 0x515256) is known color: Bright Grey. HEX triplet: 51, 52 and 56. RGB value is (81,82,86). Sum of RGB (Red+Green+Blue) = 81+82+86=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #515256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515256 is #AEADA9. Grayscale: #525252. Windows color (decimal): -11447722 or 5657169. OLE color: 5657169.
HSL color Cylindrical-coordinate representation of color #515256: hue angle of 228º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515256 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 82 | 86 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.66 |
| HSL | 228º | 0.03% | 0.33% | - |
| HSV(B) | 228º | 0.06% | 0.34% | - |
| XYZ | 8.09 | 8.46 | 10.01 | - |
| YUV | 82.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 86 | 0.06 | 0.05 | 0 | 0.66 | 228 | 0.03 | 0.33 |
| Hex | 51 | 52 | 56 | 6 | 5 | 0 | 42 | E4 | 3 | 21 |
| Octal | 121 | 122 | 126 | 6 | 5 | 0 | 102 | 344 | 3 | 41 |
| Binary | 1010001 | 1010010 | 1010110 | 110 | 101 | 0 | 1000010 | 11100100 | 11 | 100001 |
Color Harmonies of #515256
Complementary color
Monochromatic Colors of #515256
Black with #515256
Text Example
Text Example
White with #515256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515256; }
p { color: rgb(81,82,86); }
H1.HeaderClassName
{
color: #515256;
}
.AnyTagClassName
{
color: #515256;
}
</style>
background-color css
<style>
a { background-color: #515256; }
a { background-color: rgb(81,82,86); }
div.DivClassName
{
background-color: #515256;
}
.BgClassName
{
background-color: #515256;
}
</style>
border-color css
<style>
span { border-color: #515256; }
span { border-color: rgb(81,82,86); }
td.TdClassName
{
border-color: #515256;
}
.TagClassName
{
border-color: #515256;
}
</style>