Html Css Color HEX #555561 Gun Powder

📋 copy color: '#555561'

red 85 ◦ green 85 ◦ blue 97

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

Shades of Gun Powder #555561

Tints of Gun Powder #555561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 31.84%
G = 31.84%
B = 36.33%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555561 (or 0x555561) is known color: Gun Powder. HEX triplet: 55, 55 and 61. RGB value is (85,85,97). Sum of RGB (Red+Green+Blue) = 85+85+97=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 97 - color contains mainly: blue. Hex color #555561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555561 is #AAAA9E. Grayscale: #565656. Windows color (decimal): -11184799 or 6378837. OLE color: 6378837.

HSL color Cylindrical-coordinate representation of color #555561: hue angle of 240º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555561 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 85 97 -
CMYK 0.12 0.12 0 0.62
HSL 240º 0.07% 0.36% -
HSV(B) 240º 0.12% 0.38% -
XYZ 9.15 9.29 12.62 -
YUV 86.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 85 85 97 0.12 0.12 0 0.62 240 0.07 0.36
Hex 55 55 61 C C 0 3E F0 7 24
Octal 125 125 141 14 14 0 76 360 7 44
Binary 1010101 1010101 1100001 1100 1100 0 111110 11110000 111 100100

Color Harmonies of #555561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555561

Black with #555561

Text Example


Text Example

White with #555561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555561; }

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

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

background-color css

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

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

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

border-color css

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

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

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