Html Css Color HEX #544475 Meteorite

📋 copy color: '#544475'

red 84 ◦ green 68 ◦ blue 117

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

Shades of Meteorite #544475

Tints of Meteorite #544475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 31.23%
G = 25.28%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#544475 (or 0x544475) is known color: Meteorite. HEX triplet: 54, 44 and 75. RGB value is (84,68,117). Sum of RGB (Red+Green+Blue) = 84+68+117=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #544475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544475 is #ABBB8A. Grayscale: #4E4E4E. Windows color (decimal): -11254667 or 7685204. OLE color: 7685204.

HSL color Cylindrical-coordinate representation of color #544475: hue angle of 259.59º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544475 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 68 117 -
CMYK 0.28 0.42 0 0.54
HSL 259.59º 0.26% 0.36% -
HSV(B) 259.59º 0.42% 0.46% -
XYZ 8.93 7.3 17.77 -
YUV 78.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 84 68 117 0.28 0.42 0 0.54 259.59 0.26 0.36
Hex 54 44 75 1C 2A 0 36 104 1A 24
Octal 124 104 165 34 52 0 66 404 32 44
Binary 1010100 1000100 1110101 11100 101010 0 110110 100000100 11010 100100

Color Harmonies of #544475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544475

Black with #544475

Text Example


Text Example

White with #544475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544475; }

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

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

background-color css

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

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

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

border-color css

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

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

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