Html Css Color HEX #514E58 Mulled Wine

📋 copy color: '#514E58'

red 81 ◦ green 78 ◦ blue 88

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

Shades of Mulled Wine #514E58

Tints of Mulled Wine #514E58

RGB

 RED value IS 81 (32.03% from 255) = 32.79%

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 32.79%
G = 31.58%
B = 35.63%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514E58 (or 0x514E58) is known color: Mulled Wine. HEX triplet: 51, 4E and 58. RGB value is (81,78,88). Sum of RGB (Red+Green+Blue) = 81+78+88=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #514E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E58 is #AEB1A7. Grayscale: #505050. Windows color (decimal): -11448744 or 5787217. OLE color: 5787217.

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

Color convert

RGB 81 78 88 -
CMYK 0.08 0.11 0 0.65
HSL 258º 0.06% 0.33% -
HSV(B) 258º 0.11% 0.35% -
XYZ 7.88 7.9 10.34 -
YUV 80.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 81 78 88 0.08 0.11 0 0.65 258 0.06 0.33
Hex 51 4E 58 8 B 0 41 102 6 21
Octal 121 116 130 10 13 0 101 402 6 41
Binary 1010001 1001110 1011000 1000 1011 0 1000001 100000010 110 100001

Color Harmonies of #514E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E58

Black with #514E58

Text Example


Text Example

White with #514E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #514E58;
 }
 .AnyTagClassName
 {
   color: #514E58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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