Shades of Nandor #536251
Tints of Nandor #536251
RGB
CMYK
RGB Variations
Color information
#536251 (or 0x536251) is known color: Nandor. HEX triplet: 53, 62 and 51. RGB value is (83,98,81). Sum of RGB (Red+Green+Blue) = 83+98+81=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #536251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536251 is #AC9DAE. Grayscale: #5B5B5B. Windows color (decimal): -11312559 or 5333587. OLE color: 5333587.
HSL color Cylindrical-coordinate representation of color #536251: hue angle of 112.94º 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 #536251 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 81 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.62 |
| HSL | 112.94º | 0.09% | 0.35% | - |
| HSV(B) | 112.94º | 0.17% | 0.38% | - |
| XYZ | 9.42 | 11.17 | 9.44 | - |
| YUV | 91.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 81 | 0.15 | 0 | 0.17 | 0.62 | 112.94 | 0.09 | 0.35 |
| Hex | 53 | 62 | 51 | F | 0 | 11 | 3E | 71 | 9 | 23 |
| Octal | 123 | 142 | 121 | 17 | 0 | 21 | 76 | 161 | 11 | 43 |
| Binary | 1010011 | 1100010 | 1010001 | 1111 | 0 | 10001 | 111110 | 1110001 | 1001 | 100011 |
Color Harmonies of #536251
Complementary color
Monochromatic Colors of #536251
Black with #536251
Text Example
Text Example
White with #536251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536251; }
p { color: rgb(83,98,81); }
H1.HeaderClassName
{
color: #536251;
}
.AnyTagClassName
{
color: #536251;
}
</style>
background-color css
<style>
a { background-color: #536251; }
a { background-color: rgb(83,98,81); }
div.DivClassName
{
background-color: #536251;
}
.BgClassName
{
background-color: #536251;
}
</style>
border-color css
<style>
span { border-color: #536251; }
span { border-color: rgb(83,98,81); }
td.TdClassName
{
border-color: #536251;
}
.TagClassName
{
border-color: #536251;
}
</style>