Shades of Nandor #556353
Tints of Nandor #556353
RGB
CMYK
RGB Variations
Color information
#556353 (or 0x556353) is known color: Nandor. HEX triplet: 55, 63 and 53. RGB value is (85,99,83). Sum of RGB (Red+Green+Blue) = 85+99+83=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #556353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556353 is #AA9CAC. Grayscale: #5D5D5D. Windows color (decimal): -11181229 or 5464917. OLE color: 5464917.
HSL color Cylindrical-coordinate representation of color #556353: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556353 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 83 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.61 |
| HSL | 112.5º | 0.09% | 0.36% | - |
| HSV(B) | 112.5º | 0.16% | 0.39% | - |
| XYZ | 9.77 | 11.48 | 9.88 | - |
| YUV | 92.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 83 | 0.14 | 0 | 0.16 | 0.61 | 112.5 | 0.09 | 0.36 |
| Hex | 55 | 63 | 53 | E | 0 | 10 | 3D | 70 | 9 | 24 |
| Octal | 125 | 143 | 123 | 16 | 0 | 20 | 75 | 160 | 11 | 44 |
| Binary | 1010101 | 1100011 | 1010011 | 1110 | 0 | 10000 | 111101 | 1110000 | 1001 | 100100 |
Color Harmonies of #556353
Complementary color
Monochromatic Colors of #556353
Black with #556353
Text Example
Text Example
White with #556353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556353; }
p { color: rgb(85,99,83); }
H1.HeaderClassName
{
color: #556353;
}
.AnyTagClassName
{
color: #556353;
}
</style>
background-color css
<style>
a { background-color: #556353; }
a { background-color: rgb(85,99,83); }
div.DivClassName
{
background-color: #556353;
}
.BgClassName
{
background-color: #556353;
}
</style>
border-color css
<style>
span { border-color: #556353; }
span { border-color: rgb(85,99,83); }
td.TdClassName
{
border-color: #556353;
}
.TagClassName
{
border-color: #556353;
}
</style>