#546E5D

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

Shades of Como #546E5D

Tints of Como #546E5D

Color information

#546E5D (or 0x546E5D) is unknown color: approx Como. HEX triplet: 54, 6E and 5D. RGB value is (84,110,93). Sum of RGB (Red+Green+Blue) = 84+110+93=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #546E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E5D is #AB91A2. Grayscale: #646464. Windows color (decimal): -11243939 or 6123092. OLE color: 6123092.

HSL color Cylindrical-coordinate representation of color #546E5D: hue angle of 140.77º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E5D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB8411093-
CMYK0.2400.150.57
HSL140.77º13.4%38.04%-
HSV(B)140.77º23.64%43.14%-
XYZ11.2113.8312.43-
YUV100.29123.89116.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=29.27%
G=38.33%
B=32.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84110930.2400.150.57140.7713.438.04
Hex546E5D180F398dd26
Octal12415613530017712151546
Binary1010100110111010111011100001111111001100011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,93); }

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

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

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

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

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

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

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