#595951

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

Shades of Ship Grey #595951

Tints of Ship Grey #595951

Color information

#595951 (or 0x595951) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 51. RGB value is (89,89,81). Sum of RGB (Red+Green+Blue) = 89+89+81=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595951 is #A6A6AE. Grayscale: #585858. Windows color (decimal): -10921647 or 5331289. OLE color: 5331289.

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

Color convert

RGB898981-
CMYK000.090.65
HSL60º4.71%33.33%-
HSV(B)60º8.99%34.9%-
XYZ9.189.869.2-
YUV88.09124128.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.36%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=34.36%
G=34.36%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898981000.090.65604.7133.33
Hex595951009413c521
Octal131131121001110174541
Binary1011001101100110100010010011000001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595951; }

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

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

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

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

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

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

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

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