#514E59

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

Shades of Mulled Wine #514E59

Tints of Mulled Wine #514E59

Color information

#514E59 (or 0x514E59) is unknown color: approx Mulled Wine. HEX triplet: 51, 4E and 59. RGB value is (81,78,89). Sum of RGB (Red+Green+Blue) = 81+78+89=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #514E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E59 is #AEB1A6. Grayscale: #505050. Windows color (decimal): -11448743 or 5852753. OLE color: 5852753.

HSL color Cylindrical-coordinate representation of color #514E59: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514E59 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817889-
CMYK0.090.1200.65
HSL256.36º6.59%32.75%-
HSV(B)256.36º12.36%34.9%-
XYZ7.927.9210.56-
YUV80.15132.99128.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=32.66%
G=31.45%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8178890.090.1200.65256.366.5932.75
Hex514E599C041100721
Octal12111613111140101400741
Binary1010001100111010110011001110001000001100000000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E59; }

 p { color: rgb(81,78,89); }

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

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

 a { background-color: rgb(81,78,89); }

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

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

 span { border-color: rgb(81,78,89); }

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