Shades of Nandor #556553
Tints of Nandor #556553
RGB
CMYK
RGB Variations
Color information
#556553 (or 0x556553) is known color: Nandor. HEX triplet: 55, 65 and 53. RGB value is (85,101,83). Sum of RGB (Red+Green+Blue) = 85+101+83=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #556553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556553 is #AA9AAC. Grayscale: #5E5E5E. Windows color (decimal): -11180717 or 5465429. OLE color: 5465429.
HSL color Cylindrical-coordinate representation of color #556553: hue angle of 113.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556553 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 83 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.60 |
| HSL | 113.33º | 0.1% | 0.36% | - |
| HSV(B) | 113.33º | 0.18% | 0.4% | - |
| XYZ | 9.96 | 11.86 | 9.95 | - |
| YUV | 94.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 83 | 0.16 | 0 | 0.18 | 0.60 | 113.33 | 0.1 | 0.36 |
| Hex | 55 | 65 | 53 | 10 | 0 | 12 | 3C | 71 | A | 24 |
| Octal | 125 | 145 | 123 | 20 | 0 | 22 | 74 | 161 | 12 | 44 |
| Binary | 1010101 | 1100101 | 1010011 | 10000 | 0 | 10010 | 111100 | 1110001 | 1010 | 100100 |
Color Harmonies of #556553
Complementary color
Monochromatic Colors of #556553
Black with #556553
Text Example
Text Example
White with #556553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556553; }
p { color: rgb(85,101,83); }
H1.HeaderClassName
{
color: #556553;
}
.AnyTagClassName
{
color: #556553;
}
</style>
background-color css
<style>
a { background-color: #556553; }
a { background-color: rgb(85,101,83); }
div.DivClassName
{
background-color: #556553;
}
.BgClassName
{
background-color: #556553;
}
</style>
border-color css
<style>
span { border-color: #556553; }
span { border-color: rgb(85,101,83); }
td.TdClassName
{
border-color: #556553;
}
.TagClassName
{
border-color: #556553;
}
</style>