Shades of Nandor #515251
Tints of Nandor #515251
RGB
CMYK
RGB Variations
Color information
#515251 (or 0x515251) is known color: Nandor. HEX triplet: 51, 52 and 51. RGB value is (81,82,81). Sum of RGB (Red+Green+Blue) = 81+82+81=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 82 - color contains mainly: green. Hex color #515251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515251 is #AEADAE. Grayscale: #515151. Windows color (decimal): -11447727 or 5329489. OLE color: 5329489.
HSL color Cylindrical-coordinate representation of color #515251: hue angle of 120º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #515251 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 82 | 81 | - |
CMYK | 0.01 | 0 | 0.01 | 0.68 |
HSL | 120º | 0.01% | 0.32% | - |
HSV(B) | 120º | 0.01% | 0.32% | - |
XYZ | 7.9 | 8.38 | 8.99 | - |
YUV | 81.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 82 | 81 | 0.01 | 0 | 0.01 | 0.68 | 120 | 0.01 | 0.32 |
Hex | 51 | 52 | 51 | 1 | 0 | 1 | 44 | 78 | 1 | 20 |
Octal | 121 | 122 | 121 | 1 | 0 | 1 | 104 | 170 | 1 | 40 |
Binary | 1010001 | 1010010 | 1010001 | 1 | 0 | 1 | 1000100 | 1111000 | 1 | 100000 |
Color Harmonies of #515251
Complementary color
Monochromatic Colors of #515251
Black with #515251
Text Example
Text Example
White with #515251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515251; }
p { color: rgb(81,82,81); }
H1.HeaderClassName
{
color: #515251;
}
.AnyTagClassName
{
color: #515251;
}
</style>
background-color css
<style>
a { background-color: #515251; }
a { background-color: rgb(81,82,81); }
div.DivClassName
{
background-color: #515251;
}
.BgClassName
{
background-color: #515251;
}
</style>
border-color css
<style>
span { border-color: #515251; }
span { border-color: rgb(81,82,81); }
td.TdClassName
{
border-color: #515251;
}
.TagClassName
{
border-color: #515251;
}
</style>