#545256

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

Shades of Mulled Wine #545256

Tints of Mulled Wine #545256

Color information

#545256 (or 0x545256) is unknown color: approx Mulled Wine. HEX triplet: 54, 52 and 56. RGB value is (84,82,86). Sum of RGB (Red+Green+Blue) = 84+82+86=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: blue. Hex color #545256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545256 is #ABADA9. Grayscale: #535353. Windows color (decimal): -11251114 or 5657172. OLE color: 5657172.

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

Color convert

RGB848286-
CMYK0.020.0500.66
HSL270º2.38%32.94%-
HSV(B)270º4.65%33.73%-
XYZ8.358.5910.02-
YUV83.05129.66128.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=33.33%
G=32.54%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8482860.020.0500.662702.3832.94
Hex5452562504210e221
Octal124122126250102416241
Binary101010010100101010110101010100001010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545256; }

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

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

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

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

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

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

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

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