#546B55

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

Shades of Nandor #546B55

Tints of Nandor #546B55

Color information

#546B55 (or 0x546B55) is unknown color: approx Nandor. HEX triplet: 54, 6B and 55. RGB value is (84,107,85). Sum of RGB (Red+Green+Blue) = 84+107+85=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #546B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B55 is #AB94AA. Grayscale: #616161. Windows color (decimal): -11244715 or 5598036. OLE color: 5598036.

HSL color Cylindrical-coordinate representation of color #546B55: hue angle of 122.61º 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 #546B55 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB8410785-
CMYK0.2100.210.58
HSL122.61º12.04%37.45%-
HSV(B)122.61º21.5%41.96%-
XYZ10.5513.0610.56-
YUV97.62120.88118.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=30.43%
G=38.77%
B=30.80%

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
Decimal84107850.2100.210.58122.6112.0437.45
Hex546B55150153A7bc25
Octal12415312525025721731445
Binary1010100110101110101011010101010111101011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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