#545260

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

Shades of Mulled Wine #545260

Tints of Mulled Wine #545260

Color information

#545260 (or 0x545260) is unknown color: approx Mulled Wine. HEX triplet: 54, 52 and 60. RGB value is (84,82,96). Sum of RGB (Red+Green+Blue) = 84+82+96=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #545260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545260 is #ABAD9F. Grayscale: #545454. Windows color (decimal): -11251104 or 6312532. OLE color: 6312532.

HSL color Cylindrical-coordinate representation of color #545260: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545260 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB848296-
CMYK0.120.1500.62
HSL248.57º7.87%34.9%-
HSV(B)248.57º14.58%37.65%-
XYZ8.788.7612.29-
YUV84.19134.66127.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=32.06%
G=31.30%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8482960.120.1500.62248.577.8734.9
Hex545260CF03Ef9823
Octal12412214014170763711043
Binary101010010100101100000110011110111110111110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545260; }

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

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

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

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

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

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

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

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