#544672

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

Shades of Meteorite #544672

Tints of Meteorite #544672

Color information

#544672 (or 0x544672) is unknown color: approx Meteorite. HEX triplet: 54, 46 and 72. RGB value is (84,70,114). Sum of RGB (Red+Green+Blue) = 84+70+114=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #544672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544672 is #ABB98D. Grayscale: #4F4F4F. Windows color (decimal): -11254158 or 7489108. OLE color: 7489108.

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

Color convert

RGB8470114-
CMYK0.260.3900.55
HSL259.09º23.91%36.08%-
HSV(B)259.09º38.6%44.71%-
XYZ8.887.4816.9-
YUV79.2147.64131.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=31.34%
G=26.12%
B=42.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84701140.260.3900.55259.0923.9136.08
Hex5446721A270371031824
Octal12410616232470674033044
Binary10101001000110111001011010100111011011110000001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544672; }

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

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

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

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

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

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

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

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