Shades of Bright Grey #515255
Tints of Bright Grey #515255
RGB
CMYK
RGB Variations
Color information
#515255 (or 0x515255) is known color: Bright Grey. HEX triplet: 51, 52 and 55. RGB value is (81,82,85). Sum of RGB (Red+Green+Blue) = 81+82+85=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #515255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515255 is #AEADAA. Grayscale: #525252. Windows color (decimal): -11447723 or 5591633. OLE color: 5591633.
HSL color Cylindrical-coordinate representation of color #515255: hue angle of 225º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #515255 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 82 | 85 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.67 |
| HSL | 225º | 0.02% | 0.33% | - |
| HSV(B) | 225º | 0.05% | 0.33% | - |
| XYZ | 8.05 | 8.44 | 9.8 | - |
| YUV | 82.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 85 | 0.05 | 0.04 | 0 | 0.67 | 225 | 0.02 | 0.33 |
| Hex | 51 | 52 | 55 | 5 | 4 | 0 | 43 | E1 | 2 | 21 |
| Octal | 121 | 122 | 125 | 5 | 4 | 0 | 103 | 341 | 2 | 41 |
| Binary | 1010001 | 1010010 | 1010101 | 101 | 100 | 0 | 1000011 | 11100001 | 10 | 100001 |
Color Harmonies of #515255
Complementary color
Monochromatic Colors of #515255
Black with #515255
Text Example
Text Example
White with #515255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515255; }
p { color: rgb(81,82,85); }
H1.HeaderClassName
{
color: #515255;
}
.AnyTagClassName
{
color: #515255;
}
</style>
background-color css
<style>
a { background-color: #515255; }
a { background-color: rgb(81,82,85); }
div.DivClassName
{
background-color: #515255;
}
.BgClassName
{
background-color: #515255;
}
</style>
border-color css
<style>
span { border-color: #515255; }
span { border-color: rgb(81,82,85); }
td.TdClassName
{
border-color: #515255;
}
.TagClassName
{
border-color: #515255;
}
</style>