Html Css Color HEX #544471 Meteorite

📋 copy color: '#544471'

red 84 ◦ green 68 ◦ blue 113

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

Shades of Meteorite #544471

Tints of Meteorite #544471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 31.7%
G = 25.66%
B = 42.64%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#544471 (or 0x544471) is known color: Meteorite. HEX triplet: 54, 44 and 71. RGB value is (84,68,113). Sum of RGB (Red+Green+Blue) = 84+68+113=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #544471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544471 is #ABBB8E. Grayscale: #4D4D4D. Windows color (decimal): -11254671 or 7423060. OLE color: 7423060.

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

Color convert

RGB 84 68 113 -
CMYK 0.26 0.40 0 0.56
HSL 261.33º 0.25% 0.35% -
HSV(B) 261.33º 0.4% 0.44% -
XYZ 8.7 7.21 16.56 -
YUV 77.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 84 68 113 0.26 0.40 0 0.56 261.33 0.25 0.35
Hex 54 44 71 1A 28 0 38 105 19 23
Octal 124 104 161 32 50 0 70 405 31 43
Binary 1010100 1000100 1110001 11010 101000 0 111000 100000101 11001 100011

Color Harmonies of #544471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544471

Black with #544471

Text Example


Text Example

White with #544471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544471; }

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

 H1.HeaderClassName
 {
   color: #544471;
 }
 .AnyTagClassName
 {
   color: #544471;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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