Html Css Color HEX #504659 Mulled Wine

📋 copy color: '#504659'

red 80 ◦ green 70 ◦ blue 89

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

Shades of Mulled Wine #504659

Tints of Mulled Wine #504659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 33.47%
G = 29.29%
B = 37.24%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504659 (or 0x504659) is known color: Mulled Wine. HEX triplet: 50, 46 and 59. RGB value is (80,70,89). Sum of RGB (Red+Green+Blue) = 80+70+89=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #504659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504659 is #AFB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11516327 or 5850704. OLE color: 5850704.

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

Color convert

RGB 80 70 89 -
CMYK 0.10 0.21 0 0.65
HSL 271.58º 0.12% 0.31% -
HSV(B) 271.58º 0.21% 0.35% -
XYZ 7.3 6.81 10.38 -
YUV 75.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 80 70 89 0.10 0.21 0 0.65 271.58 0.12 0.31
Hex 50 46 59 A 15 0 41 110 C 1F
Octal 120 106 131 12 25 0 101 420 14 37
Binary 1010000 1000110 1011001 1010 10101 0 1000001 100010000 1100 11111

Color Harmonies of #504659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504659

Black with #504659

Text Example


Text Example

White with #504659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504659; }

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

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

background-color css

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

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

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

border-color css

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

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

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