#546853

Color #546853 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #546853

Tints of Nandor #546853

Color information

#546853 (or 0x546853) is unknown color: approx Nandor. HEX triplet: 54, 68 and 53. RGB value is (84,104,83). Sum of RGB (Red+Green+Blue) = 84+104+83=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #546853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546853 is #AB97AC. Grayscale: #5F5F5F. Windows color (decimal): -11245485 or 5466196. OLE color: 5466196.

HSL color Cylindrical-coordinate representation of color #546853: hue angle of 117.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546853 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB8410483-
CMYK0.1900.200.59
HSL117.14º11.23%36.67%-
HSV(B)117.14º20.19%40.78%-
XYZ10.1712.4110.04-
YUV95.63120.87119.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=31.00%
G=38.38%
B=30.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104830.1900.200.59117.1411.2336.67
Hex546853130143B75b25
Octal12415012323024731651345
Binary1010100110100010100111001101010011101111101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546853; }

 p { color: rgb(84,104,83); }

 H1.HeaderClassName
 {
   color: #546853;
 }
 .AnyTagClassName
 {
   color: #546853;
 }
</style>
background-color css

<style>
 a { background-color: #546853; }

 a { background-color: rgb(84,104,83); }

 div.DivClassName
 {
   background-color: #546853;
 }
 .BgClassName
 {
   background-color: #546853;
 }
</style>
border-color css

<style>
 span { border-color: #546853; }

 span { border-color: rgb(84,104,83); }

 td.TdClassName
 {
   border-color: #546853;
 }
 .TagClassName
 {
   border-color: #546853;
 }
</style>