Shades of Nandor #546255
Tints of Nandor #546255
RGB
CMYK
RGB Variations
Color information
#546255 (or 0x546255) is known color: Nandor. HEX triplet: 54, 62 and 55. RGB value is (84,98,85). Sum of RGB (Red+Green+Blue) = 84+98+85=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #546255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546255 is #AB9DAA. Grayscale: #5C5C5C. Windows color (decimal): -11247019 or 5595732. OLE color: 5595732.
HSL color Cylindrical-coordinate representation of color #546255: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #546255 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 85 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.62 |
| HSL | 124.29º | 0.08% | 0.36% | - |
| HSV(B) | 124.29º | 0.14% | 0.38% | - |
| XYZ | 9.66 | 11.28 | 10.26 | - |
| YUV | 92.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 85 | 0.14 | 0 | 0.13 | 0.62 | 124.29 | 0.08 | 0.36 |
| Hex | 54 | 62 | 55 | E | 0 | D | 3E | 7C | 8 | 24 |
| Octal | 124 | 142 | 125 | 16 | 0 | 15 | 76 | 174 | 10 | 44 |
| Binary | 1010100 | 1100010 | 1010101 | 1110 | 0 | 1101 | 111110 | 1111100 | 1000 | 100100 |
Color Harmonies of #546255
Complementary color
Monochromatic Colors of #546255
Black with #546255
Text Example
Text Example
White with #546255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546255; }
p { color: rgb(84,98,85); }
H1.HeaderClassName
{
color: #546255;
}
.AnyTagClassName
{
color: #546255;
}
</style>
background-color css
<style>
a { background-color: #546255; }
a { background-color: rgb(84,98,85); }
div.DivClassName
{
background-color: #546255;
}
.BgClassName
{
background-color: #546255;
}
</style>
border-color css
<style>
span { border-color: #546255; }
span { border-color: rgb(84,98,85); }
td.TdClassName
{
border-color: #546255;
}
.TagClassName
{
border-color: #546255;
}
</style>