#534B68

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

Shades of Mulled Wine #534B68

Tints of Mulled Wine #534B68

Color information

#534B68 (or 0x534B68) is unknown color: approx Mulled Wine. HEX triplet: 53, 4B and 68. RGB value is (83,75,104). Sum of RGB (Red+Green+Blue) = 83+75+104=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #534B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B68 is #ACB497. Grayscale: #505050. Windows color (decimal): -11318424 or 6835027. OLE color: 6835027.

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

Color convert

RGB8375104-
CMYK0.200.2800.59
HSL256.55º16.2%35.1%-
HSV(B)256.55º27.88%40.78%-
XYZ8.587.8714.16-
YUV80.7141.15129.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=31.68%
G=28.63%
B=39.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83751040.200.2800.59256.5516.235.1
Hex534B68141C03B1011023
Octal12311315024340734012043
Binary1010011100101111010001010011100011101110000000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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