#534C68

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

Shades of Mulled Wine #534C68

Tints of Mulled Wine #534C68

Color information

#534C68 (or 0x534C68) is unknown color: approx Mulled Wine. HEX triplet: 53, 4C and 68. RGB value is (83,76,104). Sum of RGB (Red+Green+Blue) = 83+76+104=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #534C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C68 is #ACB397. Grayscale: #515151. Windows color (decimal): -11318168 or 6835283. OLE color: 6835283.

HSL color Cylindrical-coordinate representation of color #534C68: hue angle of 255º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534C68 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8376104-
CMYK0.200.2700.59
HSL255º15.56%35.29%-
HSV(B)255º26.92%40.78%-
XYZ8.658.0114.19-
YUV81.28140.82129.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=31.56%
G=28.90%
B=39.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83761040.200.2700.5925515.5635.29
Hex534C68141B03Bff1023
Octal12311415024330733772043
Binary101001110011001101000101001101101110111111111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,104); }

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

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

 a { background-color: rgb(83,76,104); }

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

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

 span { border-color: rgb(83,76,104); }

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