Html Css Color HEX #545062 Mulled Wine

📋 copy color: '#545062'

red 84 ◦ green 80 ◦ blue 98

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

Shades of Mulled Wine #545062

Tints of Mulled Wine #545062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 32.06%
G = 30.53%
B = 37.4%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#545062 (or 0x545062) is known color: Mulled Wine. HEX triplet: 54, 50 and 62. RGB value is (84,80,98). Sum of RGB (Red+Green+Blue) = 84+80+98=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #545062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545062 is #ABAF9D. Grayscale: #535353. Windows color (decimal): -11251614 or 6443092. OLE color: 6443092.

HSL color Cylindrical-coordinate representation of color #545062: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545062 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 80 98 -
CMYK 0.14 0.18 0 0.62
HSL 253.33º 0.1% 0.35% -
HSV(B) 253.33º 0.18% 0.38% -
XYZ 8.73 8.5 12.74 -
YUV 83.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 84 80 98 0.14 0.18 0 0.62 253.33 0.1 0.35
Hex 54 50 62 E 12 0 3E FD A 23
Octal 124 120 142 16 22 0 76 375 12 43
Binary 1010100 1010000 1100010 1110 10010 0 111110 11111101 1010 100011

Color Harmonies of #545062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545062

Black with #545062

Text Example


Text Example

White with #545062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545062; }

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

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

background-color css

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

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

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

border-color css

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

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

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