#53455D

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

Shades of Mulled Wine #53455D

Tints of Mulled Wine #53455D

Color information

#53455D (or 0x53455D) is unknown color: approx Mulled Wine. HEX triplet: 53, 45 and 5D. RGB value is (83,69,93). Sum of RGB (Red+Green+Blue) = 83+69+93=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #53455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53455D is #ACBAA2. Grayscale: #4B4B4B. Windows color (decimal): -11319971 or 6112595. OLE color: 6112595.

HSL color Cylindrical-coordinate representation of color #53455D: hue angle of 275º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53455D is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB836993-
CMYK0.110.2600.64
HSL275º14.81%31.76%-
HSV(B)275º25.81%36.47%-
XYZ7.676.8911.28-
YUV75.92137.64133.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=33.88%
G=28.16%
B=37.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8369930.110.2600.6427514.8131.76
Hex53455DB1A040113f20
Octal123105135133201004231740
Binary101001110001011011101101111010010000001000100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53455D; }

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

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

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

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

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

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

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

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