#544072

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

Shades of Meteorite #544072

Tints of Meteorite #544072

Color information

#544072 (or 0x544072) is unknown color: approx Meteorite. HEX triplet: 54, 40 and 72. RGB value is (84,64,114). Sum of RGB (Red+Green+Blue) = 84+64+114=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #544072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544072 is #ABBF8D. Grayscale: #4B4B4B. Windows color (decimal): -11255694 or 7487572. OLE color: 7487572.

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

Color convert

RGB8464114-
CMYK0.260.4400.55
HSL264º28.09%34.9%-
HSV(B)264º43.86%44.71%-
XYZ8.536.7716.78-
YUV75.68149.63133.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=32.06%
G=24.43%
B=43.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84641140.260.4400.5526428.0934.9
Hex5440721A2C0371081c23
Octal12410016232540674103443
Binary10101001000000111001011010101100011011110000100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544072; }

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

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

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

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

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

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

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

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