Html Css Color HEX #515054 Mulled Wine

📋 copy color: '#515054'

red 81 ◦ green 80 ◦ blue 84

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

Shades of Mulled Wine #515054

Tints of Mulled Wine #515054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 33.06%
G = 32.65%
B = 34.29%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#515054 (or 0x515054) is known color: Mulled Wine. HEX triplet: 51, 50 and 54. RGB value is (81,80,84). Sum of RGB (Red+Green+Blue) = 81+80+84=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 84 - color contains mainly: blue. Hex color #515054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515054 is #AEAFAB. Grayscale: #505050. Windows color (decimal): -11448236 or 5525585. OLE color: 5525585.

HSL color Cylindrical-coordinate representation of color #515054: hue angle of 255º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #515054 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 80 84 -
CMYK 0.04 0.05 0 0.67
HSL 255º 0.02% 0.32% -
HSV(B) 255º 0.05% 0.33% -
XYZ 7.86 8.13 9.54 -
YUV 80.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 81 80 84 0.04 0.05 0 0.67 255 0.02 0.32
Hex 51 50 54 4 5 0 43 FF 2 20
Octal 121 120 124 4 5 0 103 377 2 40
Binary 1010001 1010000 1010100 100 101 0 1000011 11111111 10 100000

Color Harmonies of #515054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515054

Black with #515054

Text Example


Text Example

White with #515054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515054; }

 p { color: rgb(81,80,84); }

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

background-color css

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

 a { background-color: rgb(81,80,84); }

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

border-color css

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

 span { border-color: rgb(81,80,84); }

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