Shades of Nandor #546852
Tints of Nandor #546852
RGB
CMYK
RGB Variations
Color information
#546852 (or 0x546852) is known color: Nandor. HEX triplet: 54, 68 and 52. RGB value is (84,104,82). Sum of RGB (Red+Green+Blue) = 84+104+82=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #546852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546852 is #AB97AD. Grayscale: #5F5F5F. Windows color (decimal): -11245486 or 5400660. OLE color: 5400660.
HSL color Cylindrical-coordinate representation of color #546852: hue angle of 114.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546852 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 82 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.59 |
| HSL | 114.55º | 0.12% | 0.36% | - |
| HSV(B) | 114.55º | 0.21% | 0.41% | - |
| XYZ | 10.13 | 12.39 | 9.84 | - |
| YUV | 95.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 82 | 0.19 | 0 | 0.21 | 0.59 | 114.55 | 0.12 | 0.36 |
| Hex | 54 | 68 | 52 | 13 | 0 | 15 | 3B | 73 | C | 24 |
| Octal | 124 | 150 | 122 | 23 | 0 | 25 | 73 | 163 | 14 | 44 |
| Binary | 1010100 | 1101000 | 1010010 | 10011 | 0 | 10101 | 111011 | 1110011 | 1100 | 100100 |
Color Harmonies of #546852
Complementary color
Monochromatic Colors of #546852
Black with #546852
Text Example
Text Example
White with #546852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546852; }
p { color: rgb(84,104,82); }
H1.HeaderClassName
{
color: #546852;
}
.AnyTagClassName
{
color: #546852;
}
</style>
background-color css
<style>
a { background-color: #546852; }
a { background-color: rgb(84,104,82); }
div.DivClassName
{
background-color: #546852;
}
.BgClassName
{
background-color: #546852;
}
</style>
border-color css
<style>
span { border-color: #546852; }
span { border-color: rgb(84,104,82); }
td.TdClassName
{
border-color: #546852;
}
.TagClassName
{
border-color: #546852;
}
</style>