Shades of Bright Grey #515259
Tints of Bright Grey #515259
RGB
CMYK
RGB Variations
Color information
#515259 (or 0x515259) is known color: Bright Grey. HEX triplet: 51, 52 and 59. RGB value is (81,82,89). Sum of RGB (Red+Green+Blue) = 81+82+89=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #515259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515259 is #AEADA6. Grayscale: #525252. Windows color (decimal): -11447719 or 5853777. OLE color: 5853777.
HSL color Cylindrical-coordinate representation of color #515259: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515259 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 82 | 89 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.65 |
| HSL | 232.5º | 0.05% | 0.33% | - |
| HSV(B) | 232.5º | 0.09% | 0.35% | - |
| XYZ | 8.21 | 8.51 | 10.66 | - |
| YUV | 82.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 89 | 0.09 | 0.08 | 0 | 0.65 | 232.5 | 0.05 | 0.33 |
| Hex | 51 | 52 | 59 | 9 | 8 | 0 | 41 | E8 | 5 | 21 |
| Octal | 121 | 122 | 131 | 11 | 10 | 0 | 101 | 350 | 5 | 41 |
| Binary | 1010001 | 1010010 | 1011001 | 1001 | 1000 | 0 | 1000001 | 11101000 | 101 | 100001 |
Color Harmonies of #515259
Complementary color
Monochromatic Colors of #515259
Black with #515259
Text Example
Text Example
White with #515259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515259; }
p { color: rgb(81,82,89); }
H1.HeaderClassName
{
color: #515259;
}
.AnyTagClassName
{
color: #515259;
}
</style>
background-color css
<style>
a { background-color: #515259; }
a { background-color: rgb(81,82,89); }
div.DivClassName
{
background-color: #515259;
}
.BgClassName
{
background-color: #515259;
}
</style>
border-color css
<style>
span { border-color: #515259; }
span { border-color: rgb(81,82,89); }
td.TdClassName
{
border-color: #515259;
}
.TagClassName
{
border-color: #515259;
}
</style>