#514F59

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

Shades of Mulled Wine #514F59

Tints of Mulled Wine #514F59

Color information

#514F59 (or 0x514F59) is unknown color: approx Mulled Wine. HEX triplet: 51, 4F and 59. RGB value is (81,79,89). Sum of RGB (Red+Green+Blue) = 81+79+89=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #514F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F59 is #AEB0A6. Grayscale: #505050. Windows color (decimal): -11448487 or 5853009. OLE color: 5853009.

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

Color convert

RGB817989-
CMYK0.090.1100.65
HSL252º5.95%32.94%-
HSV(B)252º11.24%34.9%-
XYZ7.998.0610.59-
YUV80.74132.66128.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=32.53%
G=31.73%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8179890.090.1100.652525.9532.94
Hex514F599B041fc621
Octal12111713111130101374641
Binary101000110011111011001100110110100000111111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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