Html Css Color HEX #504B57 Mulled Wine

📋 copy color: '#504B57'

red 80 ◦ green 75 ◦ blue 87

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

Shades of Mulled Wine #504B57

Tints of Mulled Wine #504B57

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 value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504B57 (or 0x504B57) is known color: 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

RGB 80 75 87 -
CMYK 0.08 0.14 0 0.66
HSL 265º 0.07% 0.32% -
HSV(B) 265º 0.14% 0.34% -
XYZ 7.54 7.43 10.05 -
YUV 77.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 80 75 87 0.08 0.14 0 0.66 265 0.07 0.32
Hex 50 4B 57 8 E 0 42 109 7 20
Octal 120 113 127 10 16 0 102 411 7 40
Binary 1010000 1001011 1010111 1000 1110 0 1000010 100001001 111 100000

Color Harmonies of #504B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B57

Black with #504B57

Text Example


Text Example

White with #504B57

Text Example


Text Example

HTML Codes & Css Web 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>