#595A4D

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

Shades of Ship Grey #595A4D

Tints of Ship Grey #595A4D

Color information

#595A4D (or 0x595A4D) is unknown color: approx Ship Grey. HEX triplet: 59, 5A and 4D. RGB value is (89,90,77). Sum of RGB (Red+Green+Blue) = 89+90+77=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #595A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A4D is #A6A5B2. Grayscale: #585858. Windows color (decimal): -10921395 or 5069401. OLE color: 5069401.

HSL color Cylindrical-coordinate representation of color #595A4D: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595A4D is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB899077-
CMYK0.0100.140.65
HSL64.62º7.78%32.75%-
HSV(B)64.62º14.44%35.29%-
XYZ9.129.978.47-
YUV88.22121.67128.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.77%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=34.77%
G=35.16%
B=30.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8990770.0100.140.6564.627.7832.75
Hex595A4D10E4141821
Octal13113211510161011011041
Binary101100110110101001101101110100000110000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595A4D; }

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

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

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

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

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

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

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

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