Html Css Color HEX #53455E Mulled Wine

📋 copy color: '#53455E'

red 83 ◦ green 69 ◦ blue 94

#53455E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #53455E

Tints of Mulled Wine #53455E

RGB

 RED value IS 83 (32.81% from 255) = 33.74%

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 33.74%
G = 28.05%
B = 38.21%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53455E (or 0x53455E) is known color: Mulled Wine. HEX triplet: 53, 45 and 5E. RGB value is (83,69,94). Sum of RGB (Red+Green+Blue) = 83+69+94=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #53455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53455E is #ACBAA1. Grayscale: #4B4B4B. Windows color (decimal): -11319970 or 6178131. OLE color: 6178131.

HSL color Cylindrical-coordinate representation of color #53455E: hue angle of 273.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53455E is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 69 94 -
CMYK 0.12 0.27 0 0.63
HSL 273.6º 0.15% 0.32% -
HSV(B) 273.6º 0.27% 0.37% -
XYZ 7.72 6.9 11.52 -
YUV 76.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 83 69 94 0.12 0.27 0 0.63 273.6 0.15 0.32
Hex 53 45 5E C 1B 0 3F 112 F 20
Octal 123 105 136 14 33 0 77 422 17 40
Binary 1010011 1000101 1011110 1100 11011 0 111111 100010010 1111 100000

Color Harmonies of #53455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53455E

Black with #53455E

Text Example


Text Example

White with #53455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53455E;
 }
 .AnyTagClassName
 {
   color: #53455E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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