#54406D

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

Shades of Meteorite #54406D

Tints of Meteorite #54406D

Color information

#54406D (or 0x54406D) is unknown color: approx Meteorite. HEX triplet: 54, 40 and 6D. RGB value is (84,64,109). Sum of RGB (Red+Green+Blue) = 84+64+109=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #54406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54406D is #ABBF92. Grayscale: #4A4A4A. Windows color (decimal): -11255699 or 7159892. OLE color: 7159892.

HSL color Cylindrical-coordinate representation of color #54406D: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54406D is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8464109-
CMYK0.230.4100.57
HSL266.67º26.01%33.92%-
HSV(B)266.67º41.28%42.75%-
XYZ8.256.6615.32-
YUV75.11147.13134.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=32.68%
G=24.90%
B=42.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84641090.230.4100.57266.6726.0133.92
Hex54406D172903910b1a22
Octal12410015527510714133242
Binary10101001000000110110110111101001011100110000101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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