#59594C

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

Shades of Ship Grey #59594C

Tints of Ship Grey #59594C

Color information

#59594C (or 0x59594C) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 4C. RGB value is (89,89,76). Sum of RGB (Red+Green+Blue) = 89+89+76=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59594C is #A6A6B3. Grayscale: #575757. Windows color (decimal): -10921652 or 5003609. OLE color: 5003609.

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

Color convert

RGB898976-
CMYK000.150.65
HSL60º7.88%32.35%-
HSV(B)60º14.61%34.9%-
XYZ99.798.25-
YUV87.52121.5129.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=35.04%
G=35.04%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898976000.150.65607.8832.35
Hex59594C00F413c820
Octal1311311140017101741040
Binary10110011011001100110000111110000011111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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