Html Css Color HEX #544372 Meteorite

📋 copy color: '#544372'

red 84 ◦ green 67 ◦ blue 114

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

Shades of Meteorite #544372

Tints of Meteorite #544372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 31.7%
G = 25.28%
B = 43.02%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#544372 (or 0x544372) is known color: Meteorite. HEX triplet: 54, 43 and 72. RGB value is (84,67,114). Sum of RGB (Red+Green+Blue) = 84+67+114=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #544372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544372 is #ABBC8D. Grayscale: #4D4D4D. Windows color (decimal): -11254926 or 7488340. OLE color: 7488340.

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

Color convert

RGB 84 67 114 -
CMYK 0.26 0.41 0 0.55
HSL 261.7º 0.26% 0.35% -
HSV(B) 261.7º 0.41% 0.45% -
XYZ 8.7 7.11 16.83 -
YUV 77.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 84 67 114 0.26 0.41 0 0.55 261.7 0.26 0.35
Hex 54 43 72 1A 29 0 37 106 1A 23
Octal 124 103 162 32 51 0 67 406 32 43
Binary 1010100 1000011 1110010 11010 101001 0 110111 100000110 11010 100011

Color Harmonies of #544372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544372

Black with #544372

Text Example


Text Example

White with #544372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544372; }

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

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

background-color css

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

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

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

border-color css

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

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

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