#545356

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

Shades of Mulled Wine #545356

Tints of Mulled Wine #545356

Color information

#545356 (or 0x545356) is unknown color: approx Mulled Wine. HEX triplet: 54, 53 and 56. RGB value is (84,83,86). Sum of RGB (Red+Green+Blue) = 84+83+86=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #545356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545356 is #ABACA9. Grayscale: #535353. Windows color (decimal): -11250858 or 5657428. OLE color: 5657428.

HSL color Cylindrical-coordinate representation of color #545356: hue angle of 260º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #545356 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB848386-
CMYK0.020.0300.66
HSL260º1.78%33.14%-
HSV(B)260º3.49%33.73%-
XYZ8.438.7410.05-
YUV83.64129.33128.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=33.20%
G=32.81%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8483860.020.0300.662601.7833.14
Hex54535623042104221
Octal124123126230102404241
Binary10101001010011101011010110100001010000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545356; }

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

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

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

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

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

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

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

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