Shades of Nandor #546154
Tints of Nandor #546154
RGB
CMYK
RGB Variations
Color information
#546154 (or 0x546154) is known color: Nandor. HEX triplet: 54, 61 and 54. RGB value is (84,97,84). Sum of RGB (Red+Green+Blue) = 84+97+84=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #546154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546154 is #AB9EAB. Grayscale: #5B5B5B. Windows color (decimal): -11247276 or 5529940. OLE color: 5529940.
HSL color Cylindrical-coordinate representation of color #546154: hue angle of 120º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #546154 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 84 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.62 |
| HSL | 120º | 0.07% | 0.35% | - |
| HSV(B) | 120º | 0.13% | 0.38% | - |
| XYZ | 9.53 | 11.07 | 10.02 | - |
| YUV | 91.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 84 | 0.13 | 0 | 0.13 | 0.62 | 120 | 0.07 | 0.35 |
| Hex | 54 | 61 | 54 | D | 0 | D | 3E | 78 | 7 | 23 |
| Octal | 124 | 141 | 124 | 15 | 0 | 15 | 76 | 170 | 7 | 43 |
| Binary | 1010100 | 1100001 | 1010100 | 1101 | 0 | 1101 | 111110 | 1111000 | 111 | 100011 |
Color Harmonies of #546154
Complementary color
Monochromatic Colors of #546154
Black with #546154
Text Example
Text Example
White with #546154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546154; }
p { color: rgb(84,97,84); }
H1.HeaderClassName
{
color: #546154;
}
.AnyTagClassName
{
color: #546154;
}
</style>
background-color css
<style>
a { background-color: #546154; }
a { background-color: rgb(84,97,84); }
div.DivClassName
{
background-color: #546154;
}
.BgClassName
{
background-color: #546154;
}
</style>
border-color css
<style>
span { border-color: #546154; }
span { border-color: rgb(84,97,84); }
td.TdClassName
{
border-color: #546154;
}
.TagClassName
{
border-color: #546154;
}
</style>