#54456A

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

Shades of Meteorite #54456A

Tints of Meteorite #54456A

Color information

#54456A (or 0x54456A) is unknown color: approx Meteorite. HEX triplet: 54, 45 and 6A. RGB value is (84,69,106). Sum of RGB (Red+Green+Blue) = 84+69+106=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #54456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54456A is #ABBA95. Grayscale: #4D4D4D. Windows color (decimal): -11254422 or 6964564. OLE color: 6964564.

HSL color Cylindrical-coordinate representation of color #54456A: hue angle of 264.32º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54456A is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8469106-
CMYK0.210.3500.58
HSL264.32º21.14%34.31%-
HSV(B)264.32º34.91%41.57%-
XYZ8.397.1814.58-
YUV77.7143.97132.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=32.43%
G=26.64%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84691060.210.3500.58264.3221.1434.31
Hex54456A152303A1081522
Octal12410515225430724102542
Binary10101001000101110101010101100011011101010000100010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54456A; }

 p { color: rgb(84,69,106); }

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

<style>
 a { background-color: #54456A; }

 a { background-color: rgb(84,69,106); }

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

<style>
 span { border-color: #54456A; }

 span { border-color: rgb(84,69,106); }

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