Html Css Color HEX #545059 Mulled Wine

📋 copy color: '#545059'

red 84 ◦ green 80 ◦ blue 89

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

Shades of Mulled Wine #545059

Tints of Mulled Wine #545059

RGB

 RED value IS 84 (33.2% from 255) = 33.2%

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

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 33.2%
G = 31.62%
B = 35.18%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#545059 (or 0x545059) is known color: Mulled Wine. HEX triplet: 54, 50 and 59. RGB value is (84,80,89). Sum of RGB (Red+Green+Blue) = 84+80+89=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #545059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545059 is #ABAFA6. Grayscale: #525252. Windows color (decimal): -11251623 or 5853268. OLE color: 5853268.

HSL color Cylindrical-coordinate representation of color #545059: hue angle of 266.67º 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 #545059 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 80 89 -
CMYK 0.06 0.10 0 0.65
HSL 266.67º 0.05% 0.33% -
HSV(B) 266.67º 0.1% 0.35% -
XYZ 8.33 8.34 10.62 -
YUV 82.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 84 80 89 0.06 0.10 0 0.65 266.67 0.05 0.33
Hex 54 50 59 6 A 0 41 10B 5 21
Octal 124 120 131 6 12 0 101 413 5 41
Binary 1010100 1010000 1011001 110 1010 0 1000001 100001011 101 100001

Color Harmonies of #545059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545059

Black with #545059

Text Example


Text Example

White with #545059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545059; }

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

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

background-color css

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

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

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

border-color css

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

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

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