Html Css Color HEX #54525F Mulled Wine

📋 copy color: '#54525F'

red 84 ◦ green 82 ◦ blue 95

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

Shades of Mulled Wine #54525F

Tints of Mulled Wine #54525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 32.18%
G = 31.42%
B = 36.4%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54525F (or 0x54525F) is known color: Mulled Wine. HEX triplet: 54, 52 and 5F. RGB value is (84,82,95). Sum of RGB (Red+Green+Blue) = 84+82+95=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 95 - color contains mainly: blue. Hex color #54525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54525F is #ABADA0. Grayscale: #545454. Windows color (decimal): -11251105 or 6246996. OLE color: 6246996.

HSL color Cylindrical-coordinate representation of color #54525F: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #54525F is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 82 95 -
CMYK 0.12 0.14 0 0.63
HSL 249.23º 0.07% 0.35% -
HSV(B) 249.23º 0.14% 0.37% -
XYZ 8.74 8.75 12.05 -
YUV 84.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 84 82 95 0.12 0.14 0 0.63 249.23 0.07 0.35
Hex 54 52 5F C E 0 3F F9 7 23
Octal 124 122 137 14 16 0 77 371 7 43
Binary 1010100 1010010 1011111 1100 1110 0 111111 11111001 111 100011

Color Harmonies of #54525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54525F

Black with #54525F

Text Example


Text Example

White with #54525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54525F; }

 p { color: rgb(84,82,95); }

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

background-color css

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

 a { background-color: rgb(84,82,95); }

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

border-color css

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

 span { border-color: rgb(84,82,95); }

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