#545463

Color #545463 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #545463

Tints of Gun Powder #545463

Color information

#545463 (or 0x545463) is unknown color: approx Gun Powder. HEX triplet: 54, 54 and 63. RGB value is (84,84,99). Sum of RGB (Red+Green+Blue) = 84+84+99=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #545463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545463 is #ABAB9C. Grayscale: #555555. Windows color (decimal): -11250589 or 6509652. OLE color: 6509652.

HSL color Cylindrical-coordinate representation of color #545463: hue angle of 240º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #545463 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB848499-
CMYK0.150.1500.61
HSL240º8.2%35.88%-
HSV(B)240º15.15%38.82%-
XYZ9.089.1313.09-
YUV85.71135.5126.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=31.46%
G=31.46%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8484990.150.1500.612408.235.88
Hex545463FF03Df0824
Octal12412414317170753601044
Binary101010010101001100011111111110111101111100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545463; }

 p { color: rgb(84,84,99); }

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

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

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

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

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

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

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