#54426D

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

Shades of Meteorite #54426D

Tints of Meteorite #54426D

Color information

#54426D (or 0x54426D) is unknown color: approx Meteorite. HEX triplet: 54, 42 and 6D. RGB value is (84,66,109). Sum of RGB (Red+Green+Blue) = 84+66+109=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #54426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54426D is #ABBD92. Grayscale: #4C4C4C. Windows color (decimal): -11255187 or 7160404. OLE color: 7160404.

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

Color convert

RGB8466109-
CMYK0.230.3900.57
HSL265.12º24.57%34.31%-
HSV(B)265.12º39.45%42.75%-
XYZ8.366.8915.36-
YUV76.28146.46133.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=32.43%
G=25.48%
B=42.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84661090.230.3900.57265.1224.5734.31
Hex54426D17270391091922
Octal12410215527470714113142
Binary10101001000010110110110111100111011100110000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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