Shades of Bright Grey #51555D
Tints of Bright Grey #51555D
RGB
CMYK
RGB Variations
Color information
#51555D (or 0x51555D) is known color: Bright Grey. HEX triplet: 51, 55 and 5D. RGB value is (81,85,93). Sum of RGB (Red+Green+Blue) = 81+85+93=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #51555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555D is #AEAAA2. Grayscale: #545454. Windows color (decimal): -11446947 or 6116689. OLE color: 6116689.
HSL color Cylindrical-coordinate representation of color #51555D: hue angle of 220º 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 #51555D is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 85 | 93 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.64 |
| HSL | 220º | 0.07% | 0.34% | - |
| HSV(B) | 220º | 0.13% | 0.36% | - |
| XYZ | 8.62 | 9.04 | 11.65 | - |
| YUV | 84.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 93 | 0.13 | 0.09 | 0 | 0.64 | 220 | 0.07 | 0.34 |
| Hex | 51 | 55 | 5D | D | 9 | 0 | 40 | DC | 7 | 22 |
| Octal | 121 | 125 | 135 | 15 | 11 | 0 | 100 | 334 | 7 | 42 |
| Binary | 1010001 | 1010101 | 1011101 | 1101 | 1001 | 0 | 1000000 | 11011100 | 111 | 100010 |
Color Harmonies of #51555D
Complementary color
Monochromatic Colors of #51555D
Black with #51555D
Text Example
Text Example
White with #51555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51555D; }
p { color: rgb(81,85,93); }
H1.HeaderClassName
{
color: #51555D;
}
.AnyTagClassName
{
color: #51555D;
}
</style>
background-color css
<style>
a { background-color: #51555D; }
a { background-color: rgb(81,85,93); }
div.DivClassName
{
background-color: #51555D;
}
.BgClassName
{
background-color: #51555D;
}
</style>
border-color css
<style>
span { border-color: #51555D; }
span { border-color: rgb(81,85,93); }
td.TdClassName
{
border-color: #51555D;
}
.TagClassName
{
border-color: #51555D;
}
</style>