#534B66

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

Shades of Mulled Wine #534B66

Tints of Mulled Wine #534B66

Color information

#534B66 (or 0x534B66) is unknown color: approx Mulled Wine. HEX triplet: 53, 4B and 66. RGB value is (83,75,102). Sum of RGB (Red+Green+Blue) = 83+75+102=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #534B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B66 is #ACB499. Grayscale: #505050. Windows color (decimal): -11318426 or 6703955. OLE color: 6703955.

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

Color convert

RGB8375102-
CMYK0.190.2600.6
HSL257.78º15.25%34.71%-
HSV(B)257.78º26.47%40%-
XYZ8.487.8313.63-
YUV80.47140.15129.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=31.92%
G=28.85%
B=39.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83751020.190.2600.6257.7815.2534.71
Hex534B66131A03C102f23
Octal12311314623320744021743
Binary101001110010111100110100111101001111001000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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