#555541

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

Shades of Ship Grey #555541

Tints of Ship Grey #555541

Color information

#555541 (or 0x555541) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 41. RGB value is (85,85,65). Sum of RGB (Red+Green+Blue) = 85+85+65=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555541 is #AAAABE. Grayscale: #525252. Windows color (decimal): -11184831 or 4281685. OLE color: 4281685.

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

Color convert

RGB858565-
CMYK000.240.67
HSL60º13.33%29.41%-
HSV(B)60º23.53%33.33%-
XYZ7.958.816.28-
YUV82.72118129.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=36.17%
G=36.17%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858565000.240.676013.3329.41
Hex5555410018433cd1d
Octal1251251010030103741535
Binary10101011010101100000100110001000011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555541; }

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

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

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

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

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

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

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

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