#504B57

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

Shades of Mulled Wine #504B57

Tints of Mulled Wine #504B57

Color information

#504B57 (or 0x504B57) is unknown color: approx Mulled Wine. HEX triplet: 50, 4B and 57. RGB value is (80,75,87). Sum of RGB (Red+Green+Blue) = 80+75+87=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #504B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B57 is #AFB4A8. Grayscale: #4D4D4D. Windows color (decimal): -11515049 or 5720912. OLE color: 5720912.

HSL color Cylindrical-coordinate representation of color #504B57: hue angle of 265º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504B57 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB807587-
CMYK0.080.1400.66
HSL265º7.41%31.76%-
HSV(B)265º13.79%34.12%-
XYZ7.547.4310.05-
YUV77.86133.16129.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=33.06%
G=30.99%
B=35.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8075870.080.1400.662657.4131.76
Hex504B578E042109720
Octal12011312710160102411740
Binary1010000100101110101111000111001000010100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B57; }

 p { color: rgb(80,75,87); }

 H1.HeaderClassName
 {
   color: #504B57;
 }
 .AnyTagClassName
 {
   color: #504B57;
 }
</style>
background-color css

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

 a { background-color: rgb(80,75,87); }

 div.DivClassName
 {
   background-color: #504B57;
 }
 .BgClassName
 {
   background-color: #504B57;
 }
</style>
border-color css

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

 span { border-color: rgb(80,75,87); }

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