Shades of Nandor #555B55
Tints of Nandor #555B55
RGB
CMYK
RGB Variations
Color information
#555B55 (or 0x555B55) is known color: Nandor. HEX triplet: 55, 5B and 55. RGB value is (85,91,85). Sum of RGB (Red+Green+Blue) = 85+91+85=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 91 - color contains mainly: green. Hex color #555B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B55 is #AAA4AA. Grayscale: #585858. Windows color (decimal): -11183275 or 5593941. OLE color: 5593941.
HSL color Cylindrical-coordinate representation of color #555B55: hue angle of 120º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555B55 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 85 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.64 |
| HSL | 120º | 0.03% | 0.35% | - |
| HSV(B) | 120º | 0.07% | 0.36% | - |
| XYZ | 9.13 | 10.07 | 10.06 | - |
| YUV | 88.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 85 | 0.07 | 0 | 0.07 | 0.64 | 120 | 0.03 | 0.35 |
| Hex | 55 | 5B | 55 | 7 | 0 | 7 | 40 | 78 | 3 | 23 |
| Octal | 125 | 133 | 125 | 7 | 0 | 7 | 100 | 170 | 3 | 43 |
| Binary | 1010101 | 1011011 | 1010101 | 111 | 0 | 111 | 1000000 | 1111000 | 11 | 100011 |
Color Harmonies of #555B55
Complementary color
Monochromatic Colors of #555B55
Black with #555B55
Text Example
Text Example
White with #555B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B55; }
p { color: rgb(85,91,85); }
H1.HeaderClassName
{
color: #555B55;
}
.AnyTagClassName
{
color: #555B55;
}
</style>
background-color css
<style>
a { background-color: #555B55; }
a { background-color: rgb(85,91,85); }
div.DivClassName
{
background-color: #555B55;
}
.BgClassName
{
background-color: #555B55;
}
</style>
border-color css
<style>
span { border-color: #555B55; }
span { border-color: rgb(85,91,85); }
td.TdClassName
{
border-color: #555B55;
}
.TagClassName
{
border-color: #555B55;
}
</style>