#534F56

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

Shades of Mulled Wine #534F56

Tints of Mulled Wine #534F56

Color information

#534F56 (or 0x534F56) is unknown color: approx Mulled Wine. HEX triplet: 53, 4F and 56. RGB value is (83,79,86). Sum of RGB (Red+Green+Blue) = 83+79+86=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 86 - color contains mainly: blue. Hex color #534F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F56 is #ACB0A9. Grayscale: #505050. Windows color (decimal): -11317418 or 5656403. OLE color: 5656403.

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

Color convert

RGB837986-
CMYK0.030.0800.66
HSL274.29º4.24%32.35%-
HSV(B)274.29º8.14%33.73%-
XYZ8.048.19.94-
YUV80.99130.83129.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=33.47%
G=31.85%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8379860.030.0800.66274.294.2432.35
Hex534F5638042112420
Octal1231171263100102422440
Binary10100111001111101011011100001000010100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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