Shades of Nandor #545D54
Tints of Nandor #545D54
RGB
CMYK
RGB Variations
Color information
#545D54 (or 0x545D54) is known color: Nandor. HEX triplet: 54, 5D and 54. RGB value is (84,93,84). Sum of RGB (Red+Green+Blue) = 84+93+84=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #545D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D54 is #ABA2AB. Grayscale: #595959. Windows color (decimal): -11248300 or 5528916. OLE color: 5528916.
HSL color Cylindrical-coordinate representation of color #545D54: hue angle of 120º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #545D54 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 84 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.64 |
| HSL | 120º | 0.05% | 0.35% | - |
| HSV(B) | 120º | 0.1% | 0.36% | - |
| XYZ | 9.17 | 10.35 | 9.9 | - |
| YUV | 89.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 84 | 0.10 | 0 | 0.10 | 0.64 | 120 | 0.05 | 0.35 |
| Hex | 54 | 5D | 54 | A | 0 | A | 40 | 78 | 5 | 23 |
| Octal | 124 | 135 | 124 | 12 | 0 | 12 | 100 | 170 | 5 | 43 |
| Binary | 1010100 | 1011101 | 1010100 | 1010 | 0 | 1010 | 1000000 | 1111000 | 101 | 100011 |
Color Harmonies of #545D54
Complementary color
Monochromatic Colors of #545D54
Black with #545D54
Text Example
Text Example
White with #545D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D54; }
p { color: rgb(84,93,84); }
H1.HeaderClassName
{
color: #545D54;
}
.AnyTagClassName
{
color: #545D54;
}
</style>
background-color css
<style>
a { background-color: #545D54; }
a { background-color: rgb(84,93,84); }
div.DivClassName
{
background-color: #545D54;
}
.BgClassName
{
background-color: #545D54;
}
</style>
border-color css
<style>
span { border-color: #545D54; }
span { border-color: rgb(84,93,84); }
td.TdClassName
{
border-color: #545D54;
}
.TagClassName
{
border-color: #545D54;
}
</style>