#504B58

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

Shades of Mulled Wine #504B58

Tints of Mulled Wine #504B58

Color information

#504B58 (or 0x504B58) is unknown color: approx Mulled Wine. HEX triplet: 50, 4B and 58. RGB value is (80,75,88). Sum of RGB (Red+Green+Blue) = 80+75+88=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #504B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B58 is #AFB4A7. Grayscale: #4D4D4D. Windows color (decimal): -11515048 or 5786448. OLE color: 5786448.

HSL color Cylindrical-coordinate representation of color #504B58: hue angle of 263.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #504B58 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB807588-
CMYK0.090.1500.65
HSL263.08º7.98%31.96%-
HSV(B)263.08º14.77%34.51%-
XYZ7.597.4410.27-
YUV77.98133.66129.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=32.92%
G=30.86%
B=36.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8075880.090.1500.65263.087.9831.96
Hex504B589F041107820
Octal120113130111701014071040
Binary10100001001011101100010011111010000011000001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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