#544171

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

Shades of Meteorite #544171

Tints of Meteorite #544171

Color information

#544171 (or 0x544171) is unknown color: approx Meteorite. HEX triplet: 54, 41 and 71. RGB value is (84,65,113). Sum of RGB (Red+Green+Blue) = 84+65+113=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #544171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544171 is #ABBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11255439 or 7422292. OLE color: 7422292.

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

Color convert

RGB8465113-
CMYK0.260.4200.56
HSL263.75º26.97%34.9%-
HSV(B)263.75º42.48%44.31%-
XYZ8.536.8616.5-
YUV76.15148.79133.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=32.06%
G=24.81%
B=43.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84651130.260.4200.56263.7526.9734.9
Hex5441711A2A0381081b23
Octal12410116132520704103343
Binary10101001000001111000111010101010011100010000100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544171; }

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

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

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

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

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

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

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

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