#544872

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

Shades of Meteorite #544872

Tints of Meteorite #544872

Color information

#544872 (or 0x544872) is unknown color: approx Meteorite. HEX triplet: 54, 48 and 72. RGB value is (84,72,114). Sum of RGB (Red+Green+Blue) = 84+72+114=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #544872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544872 is #ABB78D. Grayscale: #505050. Windows color (decimal): -11253646 or 7489620. OLE color: 7489620.

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

Color convert

RGB8472114-
CMYK0.260.3700.55
HSL257.14º22.58%36.47%-
HSV(B)257.14º36.84%44.71%-
XYZ9.017.7316.94-
YUV80.38146.98130.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=31.11%
G=26.67%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84721140.260.3700.55257.1422.5836.47
Hex5448721A250371011724
Octal12411016232450674012744
Binary10101001001000111001011010100101011011110000000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544872; }

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

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

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

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

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

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

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

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