Html Css Color HEX #544472 Meteorite

📋 copy color: '#544472'

red 84 ◦ green 68 ◦ blue 114

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

Shades of Meteorite #544472

Tints of Meteorite #544472

RGB

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

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

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

R = 31.58%
G = 25.56%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#544472 (or 0x544472) is known color: Meteorite. HEX triplet: 54, 44 and 72. RGB value is (84,68,114). Sum of RGB (Red+Green+Blue) = 84+68+114=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #544472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544472 is #ABBB8D. Grayscale: #4D4D4D. Windows color (decimal): -11254670 or 7488596. OLE color: 7488596.

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

Color convert

RGB 84 68 114 -
CMYK 0.26 0.40 0 0.55
HSL 260.87º 0.25% 0.36% -
HSV(B) 260.87º 0.4% 0.45% -
XYZ 8.76 7.23 16.85 -
YUV 78.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 84 68 114 0.26 0.40 0 0.55 260.87 0.25 0.36
Hex 54 44 72 1A 28 0 37 105 19 24
Octal 124 104 162 32 50 0 67 405 31 44
Binary 1010100 1000100 1110010 11010 101000 0 110111 100000101 11001 100100

Color Harmonies of #544472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544472

Black with #544472

Text Example


Text Example

White with #544472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544472; }

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

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

background-color css

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

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

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

border-color css

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

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

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