Shades of Nandor #525D52
Tints of Nandor #525D52
RGB
CMYK
RGB Variations
Color information
#525D52 (or 0x525D52) is known color: Nandor. HEX triplet: 52, 5D and 52. RGB value is (82,93,82). Sum of RGB (Red+Green+Blue) = 82+93+82=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #525D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D52 is #ADA2AD. Grayscale: #585858. Windows color (decimal): -11379374 or 5397842. OLE color: 5397842.
HSL color Cylindrical-coordinate representation of color #525D52: hue angle of 120º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D52 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 82 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.64 |
| HSL | 120º | 0.06% | 0.34% | - |
| HSV(B) | 120º | 0.12% | 0.36% | - |
| XYZ | 8.92 | 10.23 | 9.49 | - |
| YUV | 88.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 82 | 0.12 | 0 | 0.12 | 0.64 | 120 | 0.06 | 0.34 |
| Hex | 52 | 5D | 52 | C | 0 | C | 40 | 78 | 6 | 22 |
| Octal | 122 | 135 | 122 | 14 | 0 | 14 | 100 | 170 | 6 | 42 |
| Binary | 1010010 | 1011101 | 1010010 | 1100 | 0 | 1100 | 1000000 | 1111000 | 110 | 100010 |
Color Harmonies of #525D52
Complementary color
Monochromatic Colors of #525D52
Black with #525D52
Text Example
Text Example
White with #525D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D52; }
p { color: rgb(82,93,82); }
H1.HeaderClassName
{
color: #525D52;
}
.AnyTagClassName
{
color: #525D52;
}
</style>
background-color css
<style>
a { background-color: #525D52; }
a { background-color: rgb(82,93,82); }
div.DivClassName
{
background-color: #525D52;
}
.BgClassName
{
background-color: #525D52;
}
</style>
border-color css
<style>
span { border-color: #525D52; }
span { border-color: rgb(82,93,82); }
td.TdClassName
{
border-color: #525D52;
}
.TagClassName
{
border-color: #525D52;
}
</style>