Html Css Color HEX #514F58 Mulled Wine

📋 copy color: '#514F58'

red 81 ◦ green 79 ◦ blue 88

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

Shades of Mulled Wine #514F58

Tints of Mulled Wine #514F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 32.66%
G = 31.85%
B = 35.48%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514F58 (or 0x514F58) is known color: Mulled Wine. HEX triplet: 51, 4F and 58. RGB value is (81,79,88). Sum of RGB (Red+Green+Blue) = 81+79+88=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #514F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F58 is #AEB0A7. Grayscale: #505050. Windows color (decimal): -11448488 or 5787473. OLE color: 5787473.

HSL color Cylindrical-coordinate representation of color #514F58: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514F58 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 79 88 -
CMYK 0.08 0.10 0 0.65
HSL 253.33º 0.05% 0.33% -
HSV(B) 253.33º 0.1% 0.35% -
XYZ 7.95 8.05 10.37 -
YUV 80.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 81 79 88 0.08 0.10 0 0.65 253.33 0.05 0.33
Hex 51 4F 58 8 A 0 41 FD 5 21
Octal 121 117 130 10 12 0 101 375 5 41
Binary 1010001 1001111 1011000 1000 1010 0 1000001 11111101 101 100001

Color Harmonies of #514F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F58

Black with #514F58

Text Example


Text Example

White with #514F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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