Shades of Nandor #566555
Tints of Nandor #566555
RGB
CMYK
RGB Variations
Color information
#566555 (or 0x566555) is known color: Nandor. HEX triplet: 56, 65 and 55. RGB value is (86,101,85). Sum of RGB (Red+Green+Blue) = 86+101+85=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #566555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566555 is #A99AAA. Grayscale: #5E5E5E. Windows color (decimal): -11115179 or 5596502. OLE color: 5596502.
HSL color Cylindrical-coordinate representation of color #566555: hue angle of 116.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #566555 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 85 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.60 |
| HSL | 116.25º | 0.09% | 0.36% | - |
| HSV(B) | 116.25º | 0.16% | 0.4% | - |
| XYZ | 10.13 | 11.94 | 10.37 | - |
| YUV | 94.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 85 | 0.15 | 0 | 0.16 | 0.60 | 116.25 | 0.09 | 0.36 |
| Hex | 56 | 65 | 55 | F | 0 | 10 | 3C | 74 | 9 | 24 |
| Octal | 126 | 145 | 125 | 17 | 0 | 20 | 74 | 164 | 11 | 44 |
| Binary | 1010110 | 1100101 | 1010101 | 1111 | 0 | 10000 | 111100 | 1110100 | 1001 | 100100 |
Color Harmonies of #566555
Complementary color
Monochromatic Colors of #566555
Black with #566555
Text Example
Text Example
White with #566555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566555; }
p { color: rgb(86,101,85); }
H1.HeaderClassName
{
color: #566555;
}
.AnyTagClassName
{
color: #566555;
}
</style>
background-color css
<style>
a { background-color: #566555; }
a { background-color: rgb(86,101,85); }
div.DivClassName
{
background-color: #566555;
}
.BgClassName
{
background-color: #566555;
}
</style>
border-color css
<style>
span { border-color: #566555; }
span { border-color: rgb(86,101,85); }
td.TdClassName
{
border-color: #566555;
}
.TagClassName
{
border-color: #566555;
}
</style>