#544371

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

Shades of Meteorite #544371

Tints of Meteorite #544371

Color information

#544371 (or 0x544371) is unknown color: approx Meteorite. HEX triplet: 54, 43 and 71. RGB value is (84,67,113). Sum of RGB (Red+Green+Blue) = 84+67+113=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #544371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544371 is #ABBC8E. Grayscale: #4D4D4D. Windows color (decimal): -11254927 or 7422804. OLE color: 7422804.

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

Color convert

RGB8467113-
CMYK0.260.4100.56
HSL262.17º25.56%35.29%-
HSV(B)262.17º40.71%44.31%-
XYZ8.647.0916.54-
YUV77.33148.13132.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=31.82%
G=25.38%
B=42.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84671130.260.4100.56262.1725.5635.29
Hex5443711A290381061a23
Octal12410316132510704063243
Binary10101001000011111000111010101001011100010000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544371; }

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

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

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

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

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

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

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

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