Shades of Nandor #526353
Tints of Nandor #526353
RGB
CMYK
RGB Variations
Color information
#526353 (or 0x526353) is known color: Nandor. HEX triplet: 52, 63 and 53. RGB value is (82,99,83). Sum of RGB (Red+Green+Blue) = 82+99+83=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #526353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526353 is #AD9CAC. Grayscale: #5C5C5C. Windows color (decimal): -11377837 or 5464914. OLE color: 5464914.
HSL color Cylindrical-coordinate representation of color #526353: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526353 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 83 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.61 |
| HSL | 123.53º | 0.09% | 0.35% | - |
| HSV(B) | 123.53º | 0.17% | 0.39% | - |
| XYZ | 9.5 | 11.34 | 9.87 | - |
| YUV | 92.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 83 | 0.17 | 0 | 0.16 | 0.61 | 123.53 | 0.09 | 0.35 |
| Hex | 52 | 63 | 53 | 11 | 0 | 10 | 3D | 7C | 9 | 23 |
| Octal | 122 | 143 | 123 | 21 | 0 | 20 | 75 | 174 | 11 | 43 |
| Binary | 1010010 | 1100011 | 1010011 | 10001 | 0 | 10000 | 111101 | 1111100 | 1001 | 100011 |
Color Harmonies of #526353
Complementary color
Monochromatic Colors of #526353
Black with #526353
Text Example
Text Example
White with #526353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526353; }
p { color: rgb(82,99,83); }
H1.HeaderClassName
{
color: #526353;
}
.AnyTagClassName
{
color: #526353;
}
</style>
background-color css
<style>
a { background-color: #526353; }
a { background-color: rgb(82,99,83); }
div.DivClassName
{
background-color: #526353;
}
.BgClassName
{
background-color: #526353;
}
</style>
border-color css
<style>
span { border-color: #526353; }
span { border-color: rgb(82,99,83); }
td.TdClassName
{
border-color: #526353;
}
.TagClassName
{
border-color: #526353;
}
</style>