#54426C

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

Shades of Meteorite #54426C

Tints of Meteorite #54426C

Color information

#54426C (or 0x54426C) is unknown color: approx Meteorite. HEX triplet: 54, 42 and 6C. RGB value is (84,66,108). Sum of RGB (Red+Green+Blue) = 84+66+108=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #54426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54426C is #ABBD93. Grayscale: #4C4C4C. Windows color (decimal): -11255188 or 7094868. OLE color: 7094868.

HSL color Cylindrical-coordinate representation of color #54426C: hue angle of 265.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54426C is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8466108-
CMYK0.220.3900.58
HSL265.71º24.14%34.12%-
HSV(B)265.71º38.89%42.35%-
XYZ8.316.8615.07-
YUV76.17145.96133.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=32.56%
G=25.58%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84661080.220.3900.58265.7124.1434.12
Hex54426C162703A10a1822
Octal12410215426470724123042
Binary10101001000010110110010110100111011101010000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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