Html Css Color HEX #54505A Mulled Wine

📋 copy color: '#54505A'

red 84 ◦ green 80 ◦ blue 90

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

Shades of Mulled Wine #54505A

Tints of Mulled Wine #54505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 33.07%
G = 31.5%
B = 35.43%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#54505A (or 0x54505A) is known color: Mulled Wine. HEX triplet: 54, 50 and 5A. RGB value is (84,80,90). Sum of RGB (Red+Green+Blue) = 84+80+90=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #54505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54505A is #ABAFA5. Grayscale: #525252. Windows color (decimal): -11251622 or 5918804. OLE color: 5918804.

HSL color Cylindrical-coordinate representation of color #54505A: hue angle of 264º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54505A is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 80 90 -
CMYK 0.07 0.11 0 0.65
HSL 264º 0.06% 0.33% -
HSV(B) 264º 0.11% 0.35% -
XYZ 8.37 8.36 10.85 -
YUV 82.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 84 80 90 0.07 0.11 0 0.65 264 0.06 0.33
Hex 54 50 5A 7 B 0 41 108 6 21
Octal 124 120 132 7 13 0 101 410 6 41
Binary 1010100 1010000 1011010 111 1011 0 1000001 100001000 110 100001

Color Harmonies of #54505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54505A

Black with #54505A

Text Example


Text Example

White with #54505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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