#59594D

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

Shades of Ship Grey #59594D

Tints of Ship Grey #59594D

Color information

#59594D (or 0x59594D) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 4D. RGB value is (89,89,77). Sum of RGB (Red+Green+Blue) = 89+89+77=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59594D is #A6A6B2. Grayscale: #575757. Windows color (decimal): -10921651 or 5069145. OLE color: 5069145.

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

Color convert

RGB898977-
CMYK000.130.65
HSL60º7.23%32.55%-
HSV(B)60º13.48%34.9%-
XYZ9.039.88.44-
YUV87.63122128.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=34.90%
G=34.90%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898977000.130.65607.2332.55
Hex59594D00D413c721
Octal131131115001510174741
Binary1011001101100110011010011011000001111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59594D; }

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

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

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

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

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

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

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

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