#59594F

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

Shades of Ship Grey #59594F

Tints of Ship Grey #59594F

Color information

#59594F (or 0x59594F) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 4F. RGB value is (89,89,79). Sum of RGB (Red+Green+Blue) = 89+89+79=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59594F is #A6A6B0. Grayscale: #575757. Windows color (decimal): -10921649 or 5200217. OLE color: 5200217.

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

Color convert

RGB898979-
CMYK000.110.65
HSL60º5.95%32.94%-
HSV(B)60º11.24%34.9%-
XYZ9.19.838.82-
YUV87.86123128.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=34.63%
G=34.63%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898979000.110.65605.9532.94
Hex59594F00B413c621
Octal131131117001310174641
Binary1011001101100110011110010111000001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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