#534D57

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

Shades of Mulled Wine #534D57

Tints of Mulled Wine #534D57

Color information

#534D57 (or 0x534D57) is unknown color: approx Mulled Wine. HEX triplet: 53, 4D and 57. RGB value is (83,77,87). Sum of RGB (Red+Green+Blue) = 83+77+87=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 87 - color contains mainly: blue. Hex color #534D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D57 is #ACB2A8. Grayscale: #4F4F4F. Windows color (decimal): -11317929 or 5721427. OLE color: 5721427.

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

Color convert

RGB837787-
CMYK0.050.1100.66
HSL276º6.1%32.16%-
HSV(B)276º11.49%34.12%-
XYZ7.947.8310.11-
YUV79.93131.99130.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=33.60%
G=31.17%
B=35.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8377870.050.1100.662766.132.16
Hex534D575B042114620
Octal1231151275130102424640
Binary101001110011011010111101101101000010100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D57; }

 p { color: rgb(83,77,87); }

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

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

 a { background-color: rgb(83,77,87); }

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

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

 span { border-color: rgb(83,77,87); }

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