#545259

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

Shades of Mulled Wine #545259

Tints of Mulled Wine #545259

Color information

#545259 (or 0x545259) is unknown color: approx Mulled Wine. HEX triplet: 54, 52 and 59. RGB value is (84,82,89). Sum of RGB (Red+Green+Blue) = 84+82+89=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #545259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545259 is #ABADA6. Grayscale: #535353. Windows color (decimal): -11251111 or 5853780. OLE color: 5853780.

HSL color Cylindrical-coordinate representation of color #545259: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545259 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB848289-
CMYK0.060.0800.65
HSL257.14º4.09%33.53%-
HSV(B)257.14º7.87%34.9%-
XYZ8.488.6410.67-
YUV83.4131.16128.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=32.94%
G=32.16%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8482890.060.0800.65257.144.0933.53
Hex54525968041101422
Octal1241221316100101401442
Binary101010010100101011001110100001000001100000001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545259; }

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

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

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

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

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

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

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

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