#54476A

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

Shades of Meteorite #54476A

Tints of Meteorite #54476A

Color information

#54476A (or 0x54476A) is unknown color: approx Meteorite. HEX triplet: 54, 47 and 6A. RGB value is (84,71,106). Sum of RGB (Red+Green+Blue) = 84+71+106=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #54476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476A is #ABB895. Grayscale: #4E4E4E. Windows color (decimal): -11253910 or 6965076. OLE color: 6965076.

HSL color Cylindrical-coordinate representation of color #54476A: hue angle of 262.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54476A is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8471106-
CMYK0.210.3300.58
HSL262.29º19.77%34.71%-
HSV(B)262.29º33.02%41.57%-
XYZ8.517.4314.62-
YUV78.88143.31131.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=32.18%
G=27.20%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84711060.210.3300.58262.2919.7734.71
Hex54476A152103A1061423
Octal12410715225410724062443
Binary10101001000111110101010101100001011101010000011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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