Html Css Color HEX #544A71 Meteorite

📋 copy color: '#544A71'

red 84 ◦ green 74 ◦ blue 113

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

Shades of Meteorite #544A71

Tints of Meteorite #544A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 31%
G = 27.31%
B = 41.7%

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

#544A71 (or 0x544A71) is known color: Meteorite. HEX triplet: 54, 4A and 71. RGB value is (84,74,113). Sum of RGB (Red+Green+Blue) = 84+74+113=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #544A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A71 is #ABB58E. Grayscale: #515151. Windows color (decimal): -11253135 or 7424596. OLE color: 7424596.

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

Color convert

RGB 84 74 113 -
CMYK 0.26 0.35 0 0.56
HSL 255.38º 0.21% 0.37% -
HSV(B) 255.38º 0.35% 0.44% -
XYZ 9.09 7.97 16.68 -
YUV 81.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 84 74 113 0.26 0.35 0 0.56 255.38 0.21 0.37
Hex 54 4A 71 1A 23 0 38 FF 15 25
Octal 124 112 161 32 43 0 70 377 25 45
Binary 1010100 1001010 1110001 11010 100011 0 111000 11111111 10101 100101

Color Harmonies of #544A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A71

Black with #544A71

Text Example


Text Example

White with #544A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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