Html Css Color HEX #54535A Gun Powder

📋 copy color: '#54535A'

red 84 ◦ green 83 ◦ blue 90

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

Shades of Gun Powder #54535A

Tints of Gun Powder #54535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 32.68%
G = 32.3%
B = 35.02%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#54535A (or 0x54535A) is known color: Gun Powder. HEX triplet: 54, 53 and 5A. RGB value is (84,83,90). Sum of RGB (Red+Green+Blue) = 84+83+90=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #54535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54535A is #ABACA5. Grayscale: #545454. Windows color (decimal): -11250854 or 5919572. OLE color: 5919572.

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

Color convert

RGB 84 83 90 -
CMYK 0.07 0.08 0 0.65
HSL 248.57º 0.04% 0.34% -
HSV(B) 248.57º 0.08% 0.35% -
XYZ 8.59 8.81 10.92 -
YUV 84.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 84 83 90 0.07 0.08 0 0.65 248.57 0.04 0.34
Hex 54 53 5A 7 8 0 41 F9 4 22
Octal 124 123 132 7 10 0 101 371 4 42
Binary 1010100 1010011 1011010 111 1000 0 1000001 11111001 100 100010

Color Harmonies of #54535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54535A

Black with #54535A

Text Example


Text Example

White with #54535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,83,90); }

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

background-color css

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

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

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

border-color css

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

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

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