Shades of Bright Grey #51565D
Tints of Bright Grey #51565D
RGB
CMYK
RGB Variations
Color information
#51565D (or 0x51565D) is known color: Bright Grey. HEX triplet: 51, 56 and 5D. RGB value is (81,86,93). Sum of RGB (Red+Green+Blue) = 81+86+93=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #51565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51565D is #AEA9A2. Grayscale: #555555. Windows color (decimal): -11446691 or 6116945. OLE color: 6116945.
HSL color Cylindrical-coordinate representation of color #51565D: hue angle of 215º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51565D is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 86 | 93 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.64 |
| HSL | 215º | 0.07% | 0.34% | - |
| HSV(B) | 215º | 0.13% | 0.36% | - |
| XYZ | 8.7 | 9.2 | 11.67 | - |
| YUV | 85.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 93 | 0.13 | 0.08 | 0 | 0.64 | 215 | 0.07 | 0.34 |
| Hex | 51 | 56 | 5D | D | 8 | 0 | 40 | D7 | 7 | 22 |
| Octal | 121 | 126 | 135 | 15 | 10 | 0 | 100 | 327 | 7 | 42 |
| Binary | 1010001 | 1010110 | 1011101 | 1101 | 1000 | 0 | 1000000 | 11010111 | 111 | 100010 |
Color Harmonies of #51565D
Complementary color
Monochromatic Colors of #51565D
Black with #51565D
Text Example
Text Example
White with #51565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51565D; }
p { color: rgb(81,86,93); }
H1.HeaderClassName
{
color: #51565D;
}
.AnyTagClassName
{
color: #51565D;
}
</style>
background-color css
<style>
a { background-color: #51565D; }
a { background-color: rgb(81,86,93); }
div.DivClassName
{
background-color: #51565D;
}
.BgClassName
{
background-color: #51565D;
}
</style>
border-color css
<style>
span { border-color: #51565D; }
span { border-color: rgb(81,86,93); }
td.TdClassName
{
border-color: #51565D;
}
.TagClassName
{
border-color: #51565D;
}
</style>