#555547

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

Shades of Ship Grey #555547

Tints of Ship Grey #555547

Color information

#555547 (or 0x555547) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 47. RGB value is (85,85,71). Sum of RGB (Red+Green+Blue) = 85+85+71=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555547 is #AAAAB8. Grayscale: #535353. Windows color (decimal): -11184825 or 4674901. OLE color: 4674901.

HSL color Cylindrical-coordinate representation of color #555547: hue angle of 60º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555547 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB858571-
CMYK000.160.67
HSL60º8.97%30.59%-
HSV(B)60º16.47%33.33%-
XYZ8.138.887.25-
YUV83.4121129.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=35.27%
G=35.27%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858571000.160.67608.9730.59
Hex5555470010433c91f
Octal1251251070020103741137
Binary10101011010101100011100100001000011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555547; }

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

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

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

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

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

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

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

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