Shades of Nandor #525E51
Tints of Nandor #525E51
RGB
CMYK
RGB Variations
Color information
#525E51 (or 0x525E51) is known color: Nandor. HEX triplet: 52, 5E and 51. RGB value is (82,94,81). Sum of RGB (Red+Green+Blue) = 82+94+81=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #525E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525E51 is #ADA1AE. Grayscale: #585858. Windows color (decimal): -11379119 or 5332562. OLE color: 5332562.
HSL color Cylindrical-coordinate representation of color #525E51: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525E51 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 81 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.63 |
| HSL | 115.38º | 0.07% | 0.34% | - |
| HSV(B) | 115.38º | 0.14% | 0.37% | - |
| XYZ | 8.97 | 10.39 | 9.32 | - |
| YUV | 88.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 81 | 0.13 | 0 | 0.14 | 0.63 | 115.38 | 0.07 | 0.34 |
| Hex | 52 | 5E | 51 | D | 0 | E | 3F | 73 | 7 | 22 |
| Octal | 122 | 136 | 121 | 15 | 0 | 16 | 77 | 163 | 7 | 42 |
| Binary | 1010010 | 1011110 | 1010001 | 1101 | 0 | 1110 | 111111 | 1110011 | 111 | 100010 |
Color Harmonies of #525E51
Complementary color
Monochromatic Colors of #525E51
Black with #525E51
Text Example
Text Example
White with #525E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E51; }
p { color: rgb(82,94,81); }
H1.HeaderClassName
{
color: #525E51;
}
.AnyTagClassName
{
color: #525E51;
}
</style>
background-color css
<style>
a { background-color: #525E51; }
a { background-color: rgb(82,94,81); }
div.DivClassName
{
background-color: #525E51;
}
.BgClassName
{
background-color: #525E51;
}
</style>
border-color css
<style>
span { border-color: #525E51; }
span { border-color: rgb(82,94,81); }
td.TdClassName
{
border-color: #525E51;
}
.TagClassName
{
border-color: #525E51;
}
</style>