#514B59

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

Shades of Mulled Wine #514B59

Tints of Mulled Wine #514B59

Color information

#514B59 (or 0x514B59) is unknown color: approx Mulled Wine. HEX triplet: 51, 4B and 59. RGB value is (81,75,89). Sum of RGB (Red+Green+Blue) = 81+75+89=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #514B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B59 is #AEB4A6. Grayscale: #4E4E4E. Windows color (decimal): -11449511 or 5851985. OLE color: 5851985.

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

Color convert

RGB817589-
CMYK0.090.1600.65
HSL265.71º8.54%32.16%-
HSV(B)265.71º15.73%34.9%-
XYZ7.717.510.49-
YUV78.39133.99129.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=33.06%
G=30.61%
B=36.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8175890.090.1600.65265.718.5432.16
Hex514B5991004110a920
Octal121113131112001014121140
Binary101000110010111011001100110000010000011000010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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