Shades of Nandor #526A53
Tints of Nandor #526A53
RGB
CMYK
RGB Variations
Color information
#526A53 (or 0x526A53) is known color: Nandor. HEX triplet: 52, 6A and 53. RGB value is (82,106,83). Sum of RGB (Red+Green+Blue) = 82+106+83=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #526A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A53 is #AD95AC. Grayscale: #606060. Windows color (decimal): -11376045 or 5466706. OLE color: 5466706.
HSL color Cylindrical-coordinate representation of color #526A53: hue angle of 122.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A53 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 83 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.58 |
| HSL | 122.5º | 0.13% | 0.37% | - |
| HSV(B) | 122.5º | 0.23% | 0.42% | - |
| XYZ | 10.2 | 12.73 | 10.1 | - |
| YUV | 96.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 83 | 0.23 | 0 | 0.22 | 0.58 | 122.5 | 0.13 | 0.37 |
| Hex | 52 | 6A | 53 | 17 | 0 | 16 | 3A | 7B | D | 25 |
| Octal | 122 | 152 | 123 | 27 | 0 | 26 | 72 | 173 | 15 | 45 |
| Binary | 1010010 | 1101010 | 1010011 | 10111 | 0 | 10110 | 111010 | 1111011 | 1101 | 100101 |
Color Harmonies of #526A53
Complementary color
Monochromatic Colors of #526A53
Black with #526A53
Text Example
Text Example
White with #526A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A53; }
p { color: rgb(82,106,83); }
H1.HeaderClassName
{
color: #526A53;
}
.AnyTagClassName
{
color: #526A53;
}
</style>
background-color css
<style>
a { background-color: #526A53; }
a { background-color: rgb(82,106,83); }
div.DivClassName
{
background-color: #526A53;
}
.BgClassName
{
background-color: #526A53;
}
</style>
border-color css
<style>
span { border-color: #526A53; }
span { border-color: rgb(82,106,83); }
td.TdClassName
{
border-color: #526A53;
}
.TagClassName
{
border-color: #526A53;
}
</style>