Shades of Nandor #546653
Tints of Nandor #546653
RGB
CMYK
RGB Variations
Color information
#546653 (or 0x546653) is known color: Nandor. HEX triplet: 54, 66 and 53. RGB value is (84,102,83). Sum of RGB (Red+Green+Blue) = 84+102+83=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #546653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546653 is #AB99AC. Grayscale: #5E5E5E. Windows color (decimal): -11245997 or 5465684. OLE color: 5465684.
HSL color Cylindrical-coordinate representation of color #546653: hue angle of 116.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546653 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 83 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.6 |
| HSL | 116.84º | 0.1% | 0.36% | - |
| HSV(B) | 116.84º | 0.19% | 0.4% | - |
| XYZ | 9.97 | 12.01 | 9.98 | - |
| YUV | 94.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 83 | 0.18 | 0 | 0.19 | 0.6 | 116.84 | 0.1 | 0.36 |
| Hex | 54 | 66 | 53 | 12 | 0 | 13 | 3C | 75 | A | 24 |
| Octal | 124 | 146 | 123 | 22 | 0 | 23 | 74 | 165 | 12 | 44 |
| Binary | 1010100 | 1100110 | 1010011 | 10010 | 0 | 10011 | 111100 | 1110101 | 1010 | 100100 |
Color Harmonies of #546653
Complementary color
Monochromatic Colors of #546653
Black with #546653
Text Example
Text Example
White with #546653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546653; }
p { color: rgb(84,102,83); }
H1.HeaderClassName
{
color: #546653;
}
.AnyTagClassName
{
color: #546653;
}
</style>
background-color css
<style>
a { background-color: #546653; }
a { background-color: rgb(84,102,83); }
div.DivClassName
{
background-color: #546653;
}
.BgClassName
{
background-color: #546653;
}
</style>
border-color css
<style>
span { border-color: #546653; }
span { border-color: rgb(84,102,83); }
td.TdClassName
{
border-color: #546653;
}
.TagClassName
{
border-color: #546653;
}
</style>