Html Css Color HEX #504559 Mulled Wine

📋 copy color: '#504559'

red 80 ◦ green 69 ◦ blue 89

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

Shades of Mulled Wine #504559

Tints of Mulled Wine #504559

RGB

 RED value IS 80 (31.64% from 255) = 33.61%

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

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 33.61%
G = 28.99%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504559 (or 0x504559) is known color: Mulled Wine. HEX triplet: 50, 45 and 59. RGB value is (80,69,89). Sum of RGB (Red+Green+Blue) = 80+69+89=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #504559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504559 is #AFBAA6. Grayscale: #4A4A4A. Windows color (decimal): -11516583 or 5850448. OLE color: 5850448.

HSL color Cylindrical-coordinate representation of color #504559: hue angle of 273º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #504559 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 69 89 -
CMYK 0.10 0.22 0 0.65
HSL 273º 0.13% 0.31% -
HSV(B) 273º 0.22% 0.35% -
XYZ 7.24 6.68 10.36 -
YUV 74.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 80 69 89 0.10 0.22 0 0.65 273 0.13 0.31
Hex 50 45 59 A 16 0 41 111 D 1F
Octal 120 105 131 12 26 0 101 421 15 37
Binary 1010000 1000101 1011001 1010 10110 0 1000001 100010001 1101 11111

Color Harmonies of #504559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504559

Black with #504559

Text Example


Text Example

White with #504559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504559; }

 p { color: rgb(80,69,89); }

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

background-color css

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

 a { background-color: rgb(80,69,89); }

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

border-color css

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

 span { border-color: rgb(80,69,89); }

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