Html Css Color HEX #544971 Meteorite

📋 copy color: '#544971'

red 84 ◦ green 73 ◦ blue 113

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

Shades of Meteorite #544971

Tints of Meteorite #544971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 31.11%
G = 27.04%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#544971 (or 0x544971) is known color: Meteorite. HEX triplet: 54, 49 and 71. RGB value is (84,73,113). Sum of RGB (Red+Green+Blue) = 84+73+113=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #544971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544971 is #ABB68E. Grayscale: #505050. Windows color (decimal): -11253391 or 7424340. OLE color: 7424340.

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

Color convert

RGB 84 73 113 -
CMYK 0.26 0.35 0 0.56
HSL 256.5º 0.22% 0.36% -
HSV(B) 256.5º 0.35% 0.44% -
XYZ 9.02 7.84 16.66 -
YUV 80.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 84 73 113 0.26 0.35 0 0.56 256.5 0.22 0.36
Hex 54 49 71 1A 23 0 38 100 16 24
Octal 124 111 161 32 43 0 70 400 26 44
Binary 1010100 1001001 1110001 11010 100011 0 111000 100000000 10110 100100

Color Harmonies of #544971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544971

Black with #544971

Text Example


Text Example

White with #544971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544971; }

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

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

background-color css

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

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

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

border-color css

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

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

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