#544972

Color #544972 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #544972

Tints of Meteorite #544972

Color information

#544972 (or 0x544972) is unknown color: approx Meteorite. HEX triplet: 54, 49 and 72. RGB value is (84,73,114). Sum of RGB (Red+Green+Blue) = 84+73+114=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #544972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544972 is #ABB68D. Grayscale: #505050. Windows color (decimal): -11253390 or 7489876. OLE color: 7489876.

HSL color Cylindrical-coordinate representation of color #544972: hue angle of 256.1º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544972 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8473114-
CMYK0.260.3600.55
HSL256.1º21.93%36.67%-
HSV(B)256.1º35.96%44.71%-
XYZ9.087.8616.96-
YUV80.96146.64130.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=31.00%
G=26.94%
B=42.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84731140.260.3600.55256.121.9336.67
Hex5449721A240371001625
Octal12411116232440674002645
Binary10101001001001111001011010100100011011110000000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544972; }

 p { color: rgb(84,73,114); }

 H1.HeaderClassName
 {
   color: #544972;
 }
 .AnyTagClassName
 {
   color: #544972;
 }
</style>
background-color css

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

 a { background-color: rgb(84,73,114); }

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

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

 span { border-color: rgb(84,73,114); }

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