Html Css Color HEX #504859 Mulled Wine

📋 copy color: '#504859'

red 80 ◦ green 72 ◦ blue 89

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

Shades of Mulled Wine #504859

Tints of Mulled Wine #504859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 33.2%
G = 29.88%
B = 36.93%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#504859 (or 0x504859) is known color: Mulled Wine. HEX triplet: 50, 48 and 59. RGB value is (80,72,89). Sum of RGB (Red+Green+Blue) = 80+72+89=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #504859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504859 is #AFB7A6. Grayscale: #4C4C4C. Windows color (decimal): -11515815 or 5851216. OLE color: 5851216.

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

Color convert

RGB 80 72 89 -
CMYK 0.10 0.19 0 0.65
HSL 268.24º 0.11% 0.32% -
HSV(B) 268.24º 0.19% 0.35% -
XYZ 7.43 7.06 10.42 -
YUV 76.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 80 72 89 0.10 0.19 0 0.65 268.24 0.11 0.32
Hex 50 48 59 A 13 0 41 10C B 20
Octal 120 110 131 12 23 0 101 414 13 40
Binary 1010000 1001000 1011001 1010 10011 0 1000001 100001100 1011 100000

Color Harmonies of #504859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504859

Black with #504859

Text Example


Text Example

White with #504859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504859; }

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

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

background-color css

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

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

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

border-color css

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

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

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