#595955

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

Shades of Ship Grey #595955

Tints of Ship Grey #595955

Color information

#595955 (or 0x595955) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 55. RGB value is (89,89,85). Sum of RGB (Red+Green+Blue) = 89+89+85=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595955 is #A6A6AA. Grayscale: #585858. Windows color (decimal): -10921643 or 5593433. OLE color: 5593433.

HSL color Cylindrical-coordinate representation of color #595955: hue angle of 60º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595955 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB898985-
CMYK000.040.65
HSL60º2.3%34.12%-
HSV(B)60º4.49%34.9%-
XYZ9.339.9210.02-
YUV88.54126128.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.84%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=33.84%
G=33.84%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898985000.040.65602.334.12
Hex595955004413c222
Octal13113112500410174242
Binary10110011011001101010100100100000111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595955; }

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

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

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

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

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

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

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

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