#534B59

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

Shades of Mulled Wine #534B59

Tints of Mulled Wine #534B59

Color information

#534B59 (or 0x534B59) is unknown color: approx Mulled Wine. HEX triplet: 53, 4B and 59. RGB value is (83,75,89). Sum of RGB (Red+Green+Blue) = 83+75+89=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #534B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B59 is #ACB4A6. Grayscale: #4E4E4E. Windows color (decimal): -11318439 or 5851987. OLE color: 5851987.

HSL color Cylindrical-coordinate representation of color #534B59: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534B59 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837589-
CMYK0.070.1600.65
HSL274.29º8.54%32.16%-
HSV(B)274.29º15.73%34.9%-
XYZ7.897.5910.5-
YUV78.99133.65130.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=33.60%
G=30.36%
B=36.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8375890.070.1600.65274.298.5432.16
Hex534B59710041112920
Octal12311313172001014221140
Binary10100111001011101100111110000010000011000100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,75,89); }

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

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

 a { background-color: rgb(83,75,89); }

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

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

 span { border-color: rgb(83,75,89); }

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