Html Css Color HEX #545463 Gun Powder

📋 copy color: '#545463'

red 84 ◦ green 84 ◦ blue 99

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

Shades of Gun Powder #545463

Tints of Gun Powder #545463

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#545463 (or 0x545463) is known color: 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

RGB 84 84 99 -
CMYK 0.15 0.15 0 0.61
HSL 240º 0.08% 0.36% -
HSV(B) 240º 0.15% 0.39% -
XYZ 9.08 9.13 13.09 -
YUV 85.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 84 84 99 0.15 0.15 0 0.61 240 0.08 0.36
Hex 54 54 63 F F 0 3D F0 8 24
Octal 124 124 143 17 17 0 75 360 10 44
Binary 1010100 1010100 1100011 1111 1111 0 111101 11110000 1000 100100

Color Harmonies of #545463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545463

Black with #545463

Text Example


Text Example

White with #545463

Text Example


Text Example

HTML Codes & Css Web 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>