#54416C

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

Shades of Meteorite #54416C

Tints of Meteorite #54416C

Color information

#54416C (or 0x54416C) is unknown color: approx Meteorite. HEX triplet: 54, 41 and 6C. RGB value is (84,65,108). Sum of RGB (Red+Green+Blue) = 84+65+108=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #54416C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54416C is #ABBE93. Grayscale: #4B4B4B. Windows color (decimal): -11255444 or 7094612. OLE color: 7094612.

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

Color convert

RGB8465108-
CMYK0.220.4000.58
HSL266.51º24.86%33.92%-
HSV(B)266.51º39.81%42.35%-
XYZ8.256.7515.05-
YUV75.58146.29134-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=32.68%
G=25.29%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84651080.220.4000.58266.5124.8633.92
Hex54416C162803A10b1922
Octal12410115426500724133142
Binary10101001000001110110010110101000011101010000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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