Html Css Color HEX #545459 Gun Powder

📋 copy color: '#545459'

red 84 ◦ green 84 ◦ blue 89

#545459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #545459

Tints of Gun Powder #545459

RGB

 RED value IS 84 (33.2% from 255) = 32.68%

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 32.68%
G = 32.68%
B = 34.63%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#545459 (or 0x545459) is known color: Gun Powder. HEX triplet: 54, 54 and 59. RGB value is (84,84,89). Sum of RGB (Red+Green+Blue) = 84+84+89=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #545459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545459 is #ABABA6. Grayscale: #545454. Windows color (decimal): -11250599 or 5854292. OLE color: 5854292.

HSL color Cylindrical-coordinate representation of color #545459: hue angle of 240º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #545459 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 84 89 -
CMYK 0.06 0.06 0 0.65
HSL 240º 0.03% 0.34% -
HSV(B) 240º 0.06% 0.35% -
XYZ 8.63 8.95 10.72 -
YUV 84.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 84 84 89 0.06 0.06 0 0.65 240 0.03 0.34
Hex 54 54 59 6 6 0 41 F0 3 22
Octal 124 124 131 6 6 0 101 360 3 42
Binary 1010100 1010100 1011001 110 110 0 1000001 11110000 11 100010

Color Harmonies of #545459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545459

Black with #545459

Text Example


Text Example

White with #545459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545459; }

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

 H1.HeaderClassName
 {
   color: #545459;
 }
 .AnyTagClassName
 {
   color: #545459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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