Shades of Bright Grey #515356
Tints of Bright Grey #515356
RGB
CMYK
RGB Variations
Color information
#515356 (or 0x515356) is known color: Bright Grey. HEX triplet: 51, 53 and 56. RGB value is (81,83,86). Sum of RGB (Red+Green+Blue) = 81+83+86=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #515356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515356 is #AEACA9. Grayscale: #525252. Windows color (decimal): -11447466 or 5657425. OLE color: 5657425.
HSL color Cylindrical-coordinate representation of color #515356: hue angle of 216º 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 #515356 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 83 | 86 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.66 |
| HSL | 216º | 0.03% | 0.33% | - |
| HSV(B) | 216º | 0.06% | 0.34% | - |
| XYZ | 8.17 | 8.61 | 10.04 | - |
| YUV | 82.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 86 | 0.06 | 0.03 | 0 | 0.66 | 216 | 0.03 | 0.33 |
| Hex | 51 | 53 | 56 | 6 | 3 | 0 | 42 | D8 | 3 | 21 |
| Octal | 121 | 123 | 126 | 6 | 3 | 0 | 102 | 330 | 3 | 41 |
| Binary | 1010001 | 1010011 | 1010110 | 110 | 11 | 0 | 1000010 | 11011000 | 11 | 100001 |
Color Harmonies of #515356
Complementary color
Monochromatic Colors of #515356
Black with #515356
Text Example
Text Example
White with #515356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515356; }
p { color: rgb(81,83,86); }
H1.HeaderClassName
{
color: #515356;
}
.AnyTagClassName
{
color: #515356;
}
</style>
background-color css
<style>
a { background-color: #515356; }
a { background-color: rgb(81,83,86); }
div.DivClassName
{
background-color: #515356;
}
.BgClassName
{
background-color: #515356;
}
</style>
border-color css
<style>
span { border-color: #515356; }
span { border-color: rgb(81,83,86); }
td.TdClassName
{
border-color: #515356;
}
.TagClassName
{
border-color: #515356;
}
</style>