Html Css Color HEX #55555D Gun Powder

📋 copy color: '#55555D'

red 85 ◦ green 85 ◦ blue 93

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

Shades of Gun Powder #55555D

Tints of Gun Powder #55555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 32.32%
G = 32.32%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55555D (or 0x55555D) is known color: Gun Powder. HEX triplet: 55, 55 and 5D. RGB value is (85,85,93). Sum of RGB (Red+Green+Blue) = 85+85+93=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #55555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55555D is #AAAAA2. Grayscale: #555555. Windows color (decimal): -11184803 or 6116693. OLE color: 6116693.

HSL color Cylindrical-coordinate representation of color #55555D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #55555D is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 85 93 -
CMYK 0.09 0.09 0 0.64
HSL 240º 0.04% 0.35% -
HSV(B) 240º 0.09% 0.36% -
XYZ 8.97 9.22 11.66 -
YUV 85.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 85 85 93 0.09 0.09 0 0.64 240 0.04 0.35
Hex 55 55 5D 9 9 0 40 F0 4 23
Octal 125 125 135 11 11 0 100 360 4 43
Binary 1010101 1010101 1011101 1001 1001 0 1000000 11110000 100 100011

Color Harmonies of #55555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55555D

Black with #55555D

Text Example


Text Example

White with #55555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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