Html Css Color HEX #544371 Meteorite

📋 copy color: '#544371'

red 84 ◦ green 67 ◦ blue 113

#544371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #544371

Tints of Meteorite #544371

RGB

 RED value IS 84 (33.2% from 255) = 31.82%

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 113 (44.53% from 255) = 42.8%

R = 31.82%
G = 25.38%
B = 42.8%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#544371 (or 0x544371) is known color: 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

RGB 84 67 113 -
CMYK 0.26 0.41 0 0.56
HSL 262.17º 0.26% 0.35% -
HSV(B) 262.17º 0.41% 0.44% -
XYZ 8.64 7.09 16.54 -
YUV 77.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 84 67 113 0.26 0.41 0 0.56 262.17 0.26 0.35
Hex 54 43 71 1A 29 0 38 106 1A 23
Octal 124 103 161 32 51 0 70 406 32 43
Binary 1010100 1000011 1110001 11010 101001 0 111000 100000110 11010 100011

Color Harmonies of #544371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544371

Black with #544371

Text Example


Text Example

White with #544371

Text Example


Text Example

HTML Codes & Css Web 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>