#54505A

Color #54505A Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #54505A

Tints of Mulled Wine #54505A

Color information

#54505A (or 0x54505A) is unknown color: approx 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

RGB848090-
CMYK0.070.1100.65
HSL264º5.88%33.33%-
HSV(B)264º11.11%35.29%-
XYZ8.378.3610.85-
YUV82.34132.33129.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=33.07%
G=31.50%
B=35.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8480900.070.1100.652645.8833.33
Hex54505A7B041108621
Octal1241201327130101410641
Binary101010010100001011010111101101000001100001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>