#54476E

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

Shades of Meteorite #54476E

Tints of Meteorite #54476E

Color information

#54476E (or 0x54476E) is unknown color: approx Meteorite. HEX triplet: 54, 47 and 6E. RGB value is (84,71,110). Sum of RGB (Red+Green+Blue) = 84+71+110=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #54476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476E is #ABB891. Grayscale: #4F4F4F. Windows color (decimal): -11253906 or 7227220. OLE color: 7227220.

HSL color Cylindrical-coordinate representation of color #54476E: hue angle of 260º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54476E is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8471110-
CMYK0.240.3500.57
HSL260º21.55%35.49%-
HSV(B)260º35.45%43.14%-
XYZ8.727.5215.74-
YUV79.33145.31131.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=31.70%
G=26.79%
B=41.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84711100.240.3500.5726021.5535.49
Hex54476E18230391041623
Octal12410715630430714042643
Binary10101001000111110111011000100011011100110000010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54476E; }

 p { color: rgb(84,71,110); }

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

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

 a { background-color: rgb(84,71,110); }

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

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

 span { border-color: rgb(84,71,110); }

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