Shades of Nandor #506352
Tints of Nandor #506352
RGB
CMYK
RGB Variations
Color information
#506352 (or 0x506352) is known color: Nandor. HEX triplet: 50, 63 and 52. RGB value is (80,99,82). Sum of RGB (Red+Green+Blue) = 80+99+82=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #506352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506352 is #AF9CAD. Grayscale: #5B5B5B. Windows color (decimal): -11508910 or 5399376. OLE color: 5399376.
HSL color Cylindrical-coordinate representation of color #506352: hue angle of 126.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506352 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 99 | 82 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.61 |
| HSL | 126.32º | 0.11% | 0.35% | - |
| HSV(B) | 126.32º | 0.19% | 0.39% | - |
| XYZ | 9.29 | 11.24 | 9.66 | - |
| YUV | 91.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 82 | 0.19 | 0 | 0.17 | 0.61 | 126.32 | 0.11 | 0.35 |
| Hex | 50 | 63 | 52 | 13 | 0 | 11 | 3D | 7E | B | 23 |
| Octal | 120 | 143 | 122 | 23 | 0 | 21 | 75 | 176 | 13 | 43 |
| Binary | 1010000 | 1100011 | 1010010 | 10011 | 0 | 10001 | 111101 | 1111110 | 1011 | 100011 |
Color Harmonies of #506352
Complementary color
Monochromatic Colors of #506352
Black with #506352
Text Example
Text Example
White with #506352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506352; }
p { color: rgb(80,99,82); }
H1.HeaderClassName
{
color: #506352;
}
.AnyTagClassName
{
color: #506352;
}
</style>
background-color css
<style>
a { background-color: #506352; }
a { background-color: rgb(80,99,82); }
div.DivClassName
{
background-color: #506352;
}
.BgClassName
{
background-color: #506352;
}
</style>
border-color css
<style>
span { border-color: #506352; }
span { border-color: rgb(80,99,82); }
td.TdClassName
{
border-color: #506352;
}
.TagClassName
{
border-color: #506352;
}
</style>