#546B54

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

Shades of Nandor #546B54

Tints of Nandor #546B54

Color information

#546B54 (or 0x546B54) is unknown color: approx Nandor. HEX triplet: 54, 6B and 54. RGB value is (84,107,84). Sum of RGB (Red+Green+Blue) = 84+107+84=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #546B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B54 is #AB94AB. Grayscale: #616161. Windows color (decimal): -11244716 or 5532500. OLE color: 5532500.

HSL color Cylindrical-coordinate representation of color #546B54: hue angle of 120º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546B54 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB8410784-
CMYK0.2100.210.58
HSL120º12.04%37.45%-
HSV(B)120º21.5%41.96%-
XYZ10.5113.0410.35-
YUV97.5120.38118.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=30.55%
G=38.91%
B=30.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107840.2100.210.5812012.0437.45
Hex546B54150153A78c25
Octal12415312425025721701445
Binary1010100110101110101001010101010111101011110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546B54; }

 p { color: rgb(84,107,84); }

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

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

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

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

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

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

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