Html Css Color HEX #53495B Mulled Wine

📋 copy color: '#53495B'

red 83 ◦ green 73 ◦ blue 91

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

Shades of Mulled Wine #53495B

Tints of Mulled Wine #53495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 33.6%
G = 29.55%
B = 36.84%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53495B (or 0x53495B) is known color: Mulled Wine. HEX triplet: 53, 49 and 5B. RGB value is (83,73,91). Sum of RGB (Red+Green+Blue) = 83+73+91=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #53495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53495B is #ACB6A4. Grayscale: #4D4D4D. Windows color (decimal): -11318949 or 5982547. OLE color: 5982547.

HSL color Cylindrical-coordinate representation of color #53495B: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53495B is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 73 91 -
CMYK 0.09 0.20 0 0.64
HSL 273.33º 0.11% 0.32% -
HSV(B) 273.33º 0.2% 0.36% -
XYZ 7.84 7.36 10.9 -
YUV 78.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 83 73 91 0.09 0.20 0 0.64 273.33 0.11 0.32
Hex 53 49 5B 9 14 0 40 111 B 20
Octal 123 111 133 11 24 0 100 421 13 40
Binary 1010011 1001001 1011011 1001 10100 0 1000000 100010001 1011 100000

Color Harmonies of #53495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53495B

Black with #53495B

Text Example


Text Example

White with #53495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53495B; }

 p { color: rgb(83,73,91); }

 H1.HeaderClassName
 {
   color: #53495B;
 }
 .AnyTagClassName
 {
   color: #53495B;
 }
</style>

background-color css

<style>
 a { background-color: #53495B; }

 a { background-color: rgb(83,73,91); }

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

border-color css

<style>
 span { border-color: #53495B; }

 span { border-color: rgb(83,73,91); }

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