Html Css Color HEX #555557 Gun Powder

📋 copy color: '#555557'

red 85 ◦ green 85 ◦ blue 87

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

Shades of Gun Powder #555557

Tints of Gun Powder #555557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 33.07%
G = 33.07%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#555557 (or 0x555557) is known color: Gun Powder. HEX triplet: 55, 55 and 57. RGB value is (85,85,87). Sum of RGB (Red+Green+Blue) = 85+85+87=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 87 - color contains mainly: blue. Hex color #555557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555557 is #AAAAA8. Grayscale: #555555. Windows color (decimal): -11184809 or 5723477. OLE color: 5723477.

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

Color convert

RGB 85 85 87 -
CMYK 0.02 0.02 0 0.66
HSL 240º 0.01% 0.34% -
HSV(B) 240º 0.02% 0.34% -
XYZ 8.72 9.12 10.32 -
YUV 85.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 85 85 87 0.02 0.02 0 0.66 240 0.01 0.34
Hex 55 55 57 2 2 0 42 F0 1 22
Octal 125 125 127 2 2 0 102 360 1 42
Binary 1010101 1010101 1010111 10 10 0 1000010 11110000 1 100010

Color Harmonies of #555557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555557

Black with #555557

Text Example


Text Example

White with #555557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555557; }

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

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

background-color css

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

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

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

border-color css

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

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

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