Shades of Nandor #555955
Tints of Nandor #555955
RGB
CMYK
RGB Variations
Color information
#555955 (or 0x555955) is known color: Nandor. HEX triplet: 55, 59 and 55. RGB value is (85,89,85). Sum of RGB (Red+Green+Blue) = 85+89+85=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #555955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555955 is #AAA6AA. Grayscale: #575757. Windows color (decimal): -11183787 or 5593429. OLE color: 5593429.
HSL color Cylindrical-coordinate representation of color #555955: hue angle of 120º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555955 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 85 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.65 |
| HSL | 120º | 0.02% | 0.34% | - |
| HSV(B) | 120º | 0.04% | 0.35% | - |
| XYZ | 8.96 | 9.73 | 10 | - |
| YUV | 87.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 85 | 0.04 | 0 | 0.04 | 0.65 | 120 | 0.02 | 0.34 |
| Hex | 55 | 59 | 55 | 4 | 0 | 4 | 41 | 78 | 2 | 22 |
| Octal | 125 | 131 | 125 | 4 | 0 | 4 | 101 | 170 | 2 | 42 |
| Binary | 1010101 | 1011001 | 1010101 | 100 | 0 | 100 | 1000001 | 1111000 | 10 | 100010 |
Color Harmonies of #555955
Complementary color
Monochromatic Colors of #555955
Black with #555955
Text Example
Text Example
White with #555955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555955; }
p { color: rgb(85,89,85); }
H1.HeaderClassName
{
color: #555955;
}
.AnyTagClassName
{
color: #555955;
}
</style>
background-color css
<style>
a { background-color: #555955; }
a { background-color: rgb(85,89,85); }
div.DivClassName
{
background-color: #555955;
}
.BgClassName
{
background-color: #555955;
}
</style>
border-color css
<style>
span { border-color: #555955; }
span { border-color: rgb(85,89,85); }
td.TdClassName
{
border-color: #555955;
}
.TagClassName
{
border-color: #555955;
}
</style>