Shades of Nandor #526251
Tints of Nandor #526251
RGB
CMYK
RGB Variations
Color information
#526251 (or 0x526251) is known color: Nandor. HEX triplet: 52, 62 and 51. RGB value is (82,98,81). Sum of RGB (Red+Green+Blue) = 82+98+81=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #526251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526251 is #AD9DAE. Grayscale: #5B5B5B. Windows color (decimal): -11378095 or 5333586. OLE color: 5333586.
HSL color Cylindrical-coordinate representation of color #526251: hue angle of 116.47º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526251 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 81 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.62 |
| HSL | 116.47º | 0.09% | 0.35% | - |
| HSV(B) | 116.47º | 0.17% | 0.38% | - |
| XYZ | 9.33 | 11.12 | 9.44 | - |
| YUV | 91.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 81 | 0.16 | 0 | 0.17 | 0.62 | 116.47 | 0.09 | 0.35 |
| Hex | 52 | 62 | 51 | 10 | 0 | 11 | 3E | 74 | 9 | 23 |
| Octal | 122 | 142 | 121 | 20 | 0 | 21 | 76 | 164 | 11 | 43 |
| Binary | 1010010 | 1100010 | 1010001 | 10000 | 0 | 10001 | 111110 | 1110100 | 1001 | 100011 |
Color Harmonies of #526251
Complementary color
Monochromatic Colors of #526251
Black with #526251
Text Example
Text Example
White with #526251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526251; }
p { color: rgb(82,98,81); }
H1.HeaderClassName
{
color: #526251;
}
.AnyTagClassName
{
color: #526251;
}
</style>
background-color css
<style>
a { background-color: #526251; }
a { background-color: rgb(82,98,81); }
div.DivClassName
{
background-color: #526251;
}
.BgClassName
{
background-color: #526251;
}
</style>
border-color css
<style>
span { border-color: #526251; }
span { border-color: rgb(82,98,81); }
td.TdClassName
{
border-color: #526251;
}
.TagClassName
{
border-color: #526251;
}
</style>