Shades of Bright Grey #51555B
Tints of Bright Grey #51555B
RGB
CMYK
RGB Variations
Color information
#51555B (or 0x51555B) is known color: Bright Grey. HEX triplet: 51, 55 and 5B. RGB value is (81,85,91). Sum of RGB (Red+Green+Blue) = 81+85+91=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 91 - color contains mainly: blue. Hex color #51555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555B is #AEAAA4. Grayscale: #545454. Windows color (decimal): -11446949 or 5985617. OLE color: 5985617.
HSL color Cylindrical-coordinate representation of color #51555B: hue angle of 216º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #51555B is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 85 | 91 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.64 |
| HSL | 216º | 0.06% | 0.34% | - |
| HSV(B) | 216º | 0.11% | 0.36% | - |
| XYZ | 8.53 | 9 | 11.19 | - |
| YUV | 84.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 91 | 0.11 | 0.07 | 0 | 0.64 | 216 | 0.06 | 0.34 |
| Hex | 51 | 55 | 5B | B | 7 | 0 | 40 | D8 | 6 | 22 |
| Octal | 121 | 125 | 133 | 13 | 7 | 0 | 100 | 330 | 6 | 42 |
| Binary | 1010001 | 1010101 | 1011011 | 1011 | 111 | 0 | 1000000 | 11011000 | 110 | 100010 |
Color Harmonies of #51555B
Complementary color
Monochromatic Colors of #51555B
Black with #51555B
Text Example
Text Example
White with #51555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51555B; }
p { color: rgb(81,85,91); }
H1.HeaderClassName
{
color: #51555B;
}
.AnyTagClassName
{
color: #51555B;
}
</style>
background-color css
<style>
a { background-color: #51555B; }
a { background-color: rgb(81,85,91); }
div.DivClassName
{
background-color: #51555B;
}
.BgClassName
{
background-color: #51555B;
}
</style>
border-color css
<style>
span { border-color: #51555B; }
span { border-color: rgb(81,85,91); }
td.TdClassName
{
border-color: #51555B;
}
.TagClassName
{
border-color: #51555B;
}
</style>