Html Css Color HEX #55555E Gun Powder

📋 copy color: '#55555E'

red 85 ◦ green 85 ◦ blue 94

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

Shades of Gun Powder #55555E

Tints of Gun Powder #55555E

RGB

 RED value IS 85 (33.59% from 255) = 32.2%

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 32.2%
G = 32.2%
B = 35.61%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55555E (or 0x55555E) is known color: Gun Powder. HEX triplet: 55, 55 and 5E. RGB value is (85,85,94). Sum of RGB (Red+Green+Blue) = 85+85+94=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 94 - color contains mainly: blue. Hex color #55555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555E is #AAAAA1. Grayscale: #555555. Windows color (decimal): -11184802 or 6182229. OLE color: 6182229.

HSL color Cylindrical-coordinate representation of color #55555E: hue angle of 240º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55555E is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 85 94 -
CMYK 0.10 0.10 0 0.63
HSL 240º 0.05% 0.35% -
HSV(B) 240º 0.1% 0.37% -
XYZ 9.02 9.24 11.9 -
YUV 86.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 85 85 94 0.10 0.10 0 0.63 240 0.05 0.35
Hex 55 55 5E A A 0 3F F0 5 23
Octal 125 125 136 12 12 0 77 360 5 43
Binary 1010101 1010101 1011110 1010 1010 0 111111 11110000 101 100011

Color Harmonies of #55555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55555E

Black with #55555E

Text Example


Text Example

White with #55555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55555E; }

 p { color: rgb(85,85,94); }

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

background-color css

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

 a { background-color: rgb(85,85,94); }

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

border-color css

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

 span { border-color: rgb(85,85,94); }

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