#544073

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

Shades of Meteorite #544073

Tints of Meteorite #544073

Color information

#544073 (or 0x544073) is unknown color: approx Meteorite. HEX triplet: 54, 40 and 73. RGB value is (84,64,115). Sum of RGB (Red+Green+Blue) = 84+64+115=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #544073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544073 is #ABBF8C. Grayscale: #4B4B4B. Windows color (decimal): -11255693 or 7553108. OLE color: 7553108.

HSL color Cylindrical-coordinate representation of color #544073: hue angle of 263.53º 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 #544073 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8464115-
CMYK0.270.4400.55
HSL263.53º28.49%35.1%-
HSV(B)263.53º44.35%45.1%-
XYZ8.586.7917.08-
YUV75.79150.13133.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=31.94%
G=24.33%
B=43.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84641150.270.4400.55263.5328.4935.1
Hex5440731B2C0371081c23
Octal12410016333540674103443
Binary10101001000000111001111011101100011011110000100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544073; }

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

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

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

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

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

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

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

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