#544276

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

Shades of Meteorite #544276

Tints of Meteorite #544276

Color information

#544276 (or 0x544276) is unknown color: approx Meteorite. HEX triplet: 54, 42 and 76. RGB value is (84,66,118). Sum of RGB (Red+Green+Blue) = 84+66+118=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #544276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544276 is #ABBD89. Grayscale: #4D4D4D. Windows color (decimal): -11255178 or 7750228. OLE color: 7750228.

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

Color convert

RGB8466118-
CMYK0.290.4400.54
HSL260.77º28.26%36.08%-
HSV(B)260.77º44.07%46.27%-
XYZ8.877.0918.04-
YUV77.31150.96132.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.34%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=31.34%
G=24.63%
B=44.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84661180.290.4400.54260.7728.2636.08
Hex5442761D2C0361051c24
Octal12410216635540664053444
Binary10101001000010111011011101101100011011010000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544276; }

 p { color: rgb(84,66,118); }

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

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

 a { background-color: rgb(84,66,118); }

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

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

 span { border-color: rgb(84,66,118); }

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