#544571

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

Shades of Meteorite #544571

Tints of Meteorite #544571

Color information

#544571 (or 0x544571) is unknown color: approx Meteorite. HEX triplet: 54, 45 and 71. RGB value is (84,69,113). Sum of RGB (Red+Green+Blue) = 84+69+113=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #544571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544571 is #ABBA8E. Grayscale: #4E4E4E. Windows color (decimal): -11254415 or 7423316. OLE color: 7423316.

HSL color Cylindrical-coordinate representation of color #544571: hue angle of 260.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544571 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8469113-
CMYK0.260.3900.56
HSL260.45º24.18%35.69%-
HSV(B)260.45º38.94%44.31%-
XYZ8.767.3316.58-
YUV78.5147.47131.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=31.58%
G=25.94%
B=42.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84691130.260.3900.56260.4524.1835.69
Hex5445711A270381041824
Octal12410516132470704043044
Binary10101001000101111000111010100111011100010000010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544571; }

 p { color: rgb(84,69,113); }

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

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

 a { background-color: rgb(84,69,113); }

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

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

 span { border-color: rgb(84,69,113); }

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