#555544

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

Shades of Ship Grey #555544

Tints of Ship Grey #555544

Color information

#555544 (or 0x555544) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 44. RGB value is (85,85,68). Sum of RGB (Red+Green+Blue) = 85+85+68=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555544 is #AAAABB. Grayscale: #535353. Windows color (decimal): -11184828 or 4478293. OLE color: 4478293.

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

Color convert

RGB858568-
CMYK000.200.67
HSL60º11.11%30%-
HSV(B)60º20%33.33%-
XYZ8.048.856.75-
YUV83.06119.5129.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858568000.200.676011.1130
Hex5555440014433cb1e
Octal1251251040024103741336
Binary10101011010101100010000101001000011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555544; }

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

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

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

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

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

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

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

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