#59594E

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

Shades of Ship Grey #59594E

Tints of Ship Grey #59594E

Color information

#59594E (or 0x59594E) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 4E. RGB value is (89,89,78). Sum of RGB (Red+Green+Blue) = 89+89+78=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59594E is #A6A6B1. Grayscale: #575757. Windows color (decimal): -10921650 or 5134681. OLE color: 5134681.

HSL color Cylindrical-coordinate representation of color #59594E: 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.12%. Process color model (Four color, CMYK) of #59594E is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB898978-
CMYK000.120.65
HSL60º6.59%32.75%-
HSV(B)60º12.36%34.9%-
XYZ9.079.828.63-
YUV87.75122.5128.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=34.77%
G=34.77%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898978000.120.65606.5932.75
Hex59594E00C413c721
Octal131131116001410174741
Binary1011001101100110011100011001000001111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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