#544473

Color #544473 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #544473

Tints of Meteorite #544473

Color information

#544473 (or 0x544473) is unknown color: approx Meteorite. HEX triplet: 54, 44 and 73. RGB value is (84,68,115). Sum of RGB (Red+Green+Blue) = 84+68+115=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #544473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544473 is #ABBB8C. Grayscale: #4D4D4D. Windows color (decimal): -11254669 or 7554132. OLE color: 7554132.

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

Color convert

RGB8468115-
CMYK0.270.4100.55
HSL260.43º25.68%35.88%-
HSV(B)260.43º40.87%45.1%-
XYZ8.827.2617.16-
YUV78.14148.8132.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=31.46%
G=25.47%
B=43.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84681150.270.4100.55260.4325.6835.88
Hex5444731B290371041a24
Octal12410416333510674043244
Binary10101001000100111001111011101001011011110000010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544473; }

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

 H1.HeaderClassName
 {
   color: #544473;
 }
 .AnyTagClassName
 {
   color: #544473;
 }
</style>
background-color css

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

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

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

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

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

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