#545462

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

Shades of Gun Powder #545462

Tints of Gun Powder #545462

Color information

#545462 (or 0x545462) is unknown color: approx Gun Powder. HEX triplet: 54, 54 and 62. RGB value is (84,84,98). Sum of RGB (Red+Green+Blue) = 84+84+98=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #545462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545462 is #ABAB9D. Grayscale: #555555. Windows color (decimal): -11250590 or 6444116. OLE color: 6444116.

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

Color convert

RGB848498-
CMYK0.140.1400.62
HSL240º7.69%35.69%-
HSV(B)240º14.29%38.43%-
XYZ9.039.1112.84-
YUV85.6135126.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=31.58%
G=31.58%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8484980.140.1400.622407.6935.69
Hex545462EE03Ef0824
Octal12412414216160763601044
Binary101010010101001100010111011100111110111100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545462; }

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

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

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

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

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

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

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

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