Html Css Color HEX #514F59 Mulled Wine

📋 copy color: '#514F59'

red 81 ◦ green 79 ◦ blue 89

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

Shades of Mulled Wine #514F59

Tints of Mulled Wine #514F59

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 value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514F59 (or 0x514F59) is known color: 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

RGB 81 79 89 -
CMYK 0.09 0.11 0 0.65
HSL 252º 0.06% 0.33% -
HSV(B) 252º 0.11% 0.35% -
XYZ 7.99 8.06 10.59 -
YUV 80.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 81 79 89 0.09 0.11 0 0.65 252 0.06 0.33
Hex 51 4F 59 9 B 0 41 FC 6 21
Octal 121 117 131 11 13 0 101 374 6 41
Binary 1010001 1001111 1011001 1001 1011 0 1000001 11111100 110 100001

Color Harmonies of #514F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F59

Black with #514F59

Text Example


Text Example

White with #514F59

Text Example


Text Example

HTML Codes & Css Web 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>