#534566

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

Shades of Mulled Wine #534566

Tints of Mulled Wine #534566

Color information

#534566 (or 0x534566) is unknown color: approx Mulled Wine. HEX triplet: 53, 45 and 66. RGB value is (83,69,102). Sum of RGB (Red+Green+Blue) = 83+69+102=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: blue. Hex color #534566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534566 is #ACBA99. Grayscale: #4C4C4C. Windows color (decimal): -11319962 or 6702419. OLE color: 6702419.

HSL color Cylindrical-coordinate representation of color #534566: hue angle of 265.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534566 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8369102-
CMYK0.190.3200.6
HSL265.45º19.3%33.53%-
HSV(B)265.45º32.35%40%-
XYZ8.097.0513.51-
YUV76.95142.14132.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=32.68%
G=27.17%
B=40.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83691020.190.3200.6265.4519.333.53
Hex534566132003C1091322
Octal12310514623400744112342
Binary10100111000101110011010011100000011110010000100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534566; }

 p { color: rgb(83,69,102); }

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

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

 a { background-color: rgb(83,69,102); }

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

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

 span { border-color: rgb(83,69,102); }

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