Shades of Nandor #515851
Tints of Nandor #515851
RGB
CMYK
RGB Variations
Color information
#515851 (or 0x515851) is known color: Nandor. HEX triplet: 51, 58 and 51. RGB value is (81,88,81). Sum of RGB (Red+Green+Blue) = 81+88+81=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #515851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515851 is #AEA7AE. Grayscale: #555555. Windows color (decimal): -11446191 or 5331025. OLE color: 5331025.
HSL color Cylindrical-coordinate representation of color #515851: hue angle of 120º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515851 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 81 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.65 |
| HSL | 120º | 0.04% | 0.33% | - |
| HSV(B) | 120º | 0.08% | 0.35% | - |
| XYZ | 8.37 | 9.32 | 9.14 | - |
| YUV | 85.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 81 | 0.08 | 0 | 0.08 | 0.65 | 120 | 0.04 | 0.33 |
| Hex | 51 | 58 | 51 | 8 | 0 | 8 | 41 | 78 | 4 | 21 |
| Octal | 121 | 130 | 121 | 10 | 0 | 10 | 101 | 170 | 4 | 41 |
| Binary | 1010001 | 1011000 | 1010001 | 1000 | 0 | 1000 | 1000001 | 1111000 | 100 | 100001 |
Color Harmonies of #515851
Complementary color
Monochromatic Colors of #515851
Black with #515851
Text Example
Text Example
White with #515851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515851; }
p { color: rgb(81,88,81); }
H1.HeaderClassName
{
color: #515851;
}
.AnyTagClassName
{
color: #515851;
}
</style>
background-color css
<style>
a { background-color: #515851; }
a { background-color: rgb(81,88,81); }
div.DivClassName
{
background-color: #515851;
}
.BgClassName
{
background-color: #515851;
}
</style>
border-color css
<style>
span { border-color: #515851; }
span { border-color: rgb(81,88,81); }
td.TdClassName
{
border-color: #515851;
}
.TagClassName
{
border-color: #515851;
}
</style>