Shades of Nandor #545654
Tints of Nandor #545654
RGB
CMYK
RGB Variations
Color information
#545654 (or 0x545654) is known color: Nandor. HEX triplet: 54, 56 and 54. RGB value is (84,86,84). Sum of RGB (Red+Green+Blue) = 84+86+84=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 86 - color contains mainly: green. Hex color #545654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545654 is #ABA9AB. Grayscale: #555555. Windows color (decimal): -11250092 or 5527124. OLE color: 5527124.
HSL color Cylindrical-coordinate representation of color #545654: hue angle of 120º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #545654 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 84 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.66 |
| HSL | 120º | 0.01% | 0.33% | - |
| HSV(B) | 120º | 0.02% | 0.34% | - |
| XYZ | 8.58 | 9.18 | 9.71 | - |
| YUV | 85.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 84 | 0.02 | 0 | 0.02 | 0.66 | 120 | 0.01 | 0.33 |
| Hex | 54 | 56 | 54 | 2 | 0 | 2 | 42 | 78 | 1 | 21 |
| Octal | 124 | 126 | 124 | 2 | 0 | 2 | 102 | 170 | 1 | 41 |
| Binary | 1010100 | 1010110 | 1010100 | 10 | 0 | 10 | 1000010 | 1111000 | 1 | 100001 |
Color Harmonies of #545654
Complementary color
Monochromatic Colors of #545654
Black with #545654
Text Example
Text Example
White with #545654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545654; }
p { color: rgb(84,86,84); }
H1.HeaderClassName
{
color: #545654;
}
.AnyTagClassName
{
color: #545654;
}
</style>
background-color css
<style>
a { background-color: #545654; }
a { background-color: rgb(84,86,84); }
div.DivClassName
{
background-color: #545654;
}
.BgClassName
{
background-color: #545654;
}
</style>
border-color css
<style>
span { border-color: #545654; }
span { border-color: rgb(84,86,84); }
td.TdClassName
{
border-color: #545654;
}
.TagClassName
{
border-color: #545654;
}
</style>