#514B58

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

Shades of Mulled Wine #514B58

Tints of Mulled Wine #514B58

Color information

#514B58 (or 0x514B58) is unknown color: approx Mulled Wine. HEX triplet: 51, 4B and 58. RGB value is (81,75,88). Sum of RGB (Red+Green+Blue) = 81+75+88=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #514B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B58 is #AEB4A7. Grayscale: #4E4E4E. Windows color (decimal): -11449512 or 5786449. OLE color: 5786449.

HSL color Cylindrical-coordinate representation of color #514B58: hue angle of 267.69º 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 #514B58 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817588-
CMYK0.080.1500.65
HSL267.69º7.98%31.96%-
HSV(B)267.69º14.77%34.51%-
XYZ7.677.4910.27-
YUV78.28133.49129.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=33.20%
G=30.74%
B=36.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8175880.080.1500.65267.697.9831.96
Hex514B588F04110c820
Octal121113130101701014141040
Binary10100011001011101100010001111010000011000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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