#504559

Color #504559 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #504559

Tints of Mulled Wine #504559

Color information

#504559 (or 0x504559) is unknown color: approx 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

RGB806989-
CMYK0.100.2200.65
HSL273º12.66%30.98%-
HSV(B)273º22.47%34.9%-
XYZ7.246.6810.36-
YUV74.57136.14131.87-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8069890.100.2200.6527312.6630.98
Hex504559A16041111d1f
Octal120105131122601014211537
Binary10100001000101101100110101011001000001100010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>