#54476D

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

Shades of Meteorite #54476D

Tints of Meteorite #54476D

Color information

#54476D (or 0x54476D) is unknown color: approx Meteorite. HEX triplet: 54, 47 and 6D. RGB value is (84,71,109). Sum of RGB (Red+Green+Blue) = 84+71+109=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #54476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476D is #ABB892. Grayscale: #4F4F4F. Windows color (decimal): -11253907 or 7161684. OLE color: 7161684.

HSL color Cylindrical-coordinate representation of color #54476D: hue angle of 260.53º degrees, saturation: 0.21, 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 #54476D is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8471109-
CMYK0.230.3500.57
HSL260.53º21.11%35.29%-
HSV(B)260.53º34.86%42.75%-
XYZ8.677.515.46-
YUV79.22144.81131.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=31.82%
G=26.89%
B=41.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84711090.230.3500.57260.5321.1135.29
Hex54476D17230391051523
Octal12410715527430714052543
Binary10101001000111110110110111100011011100110000010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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