#534F57

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

Shades of Mulled Wine #534F57

Tints of Mulled Wine #534F57

Color information

#534F57 (or 0x534F57) is unknown color: approx Mulled Wine. HEX triplet: 53, 4F and 57. RGB value is (83,79,87). Sum of RGB (Red+Green+Blue) = 83+79+87=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #534F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F57 is #ACB0A8. Grayscale: #515151. Windows color (decimal): -11317417 or 5721939. OLE color: 5721939.

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

Color convert

RGB837987-
CMYK0.050.0900.66
HSL270º4.82%32.55%-
HSV(B)270º9.2%34.12%-
XYZ8.088.1210.16-
YUV81.11131.33129.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=33.33%
G=31.73%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8379870.050.0900.662704.8232.55
Hex534F575904210e521
Octal1231171275110102416541
Binary101001110011111010111101100101000010100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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