#555647

Color #555647 Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #555647

Tints of Ship Grey #555647

Color information

#555647 (or 0x555647) is unknown color: approx Ship Grey. HEX triplet: 55, 56 and 47. RGB value is (85,86,71). Sum of RGB (Red+Green+Blue) = 85+86+71=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #555647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555647 is #AAA9B8. Grayscale: #545454. Windows color (decimal): -11184569 or 4675157. OLE color: 4675157.

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

Color convert

RGB858671-
CMYK0.0100.170.66
HSL64º9.55%30.78%-
HSV(B)64º17.44%33.73%-
XYZ8.219.047.27-
YUV83.99120.67128.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=35.12%
G=35.54%
B=29.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586710.0100.170.66649.5530.78
Hex55564710114240a1f
Octal12512610710211021001237
Binary101010110101101000111101000110000101000000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555647; }

 p { color: rgb(85,86,71); }

 H1.HeaderClassName
 {
   color: #555647;
 }
 .AnyTagClassName
 {
   color: #555647;
 }
</style>
background-color css

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

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

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

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

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

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