#595958

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

Shades of Ship Grey #595958

Tints of Ship Grey #595958

Color information

#595958 (or 0x595958) is unknown color: approx Ship Grey. HEX triplet: 59, 59 and 58. RGB value is (89,89,88). Sum of RGB (Red+Green+Blue) = 89+89+88=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595958 is #A6A6A7. Grayscale: #585858. Windows color (decimal): -10921640 or 5790041. OLE color: 5790041.

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

Color convert

RGB898988-
CMYK000.010.65
HSL60º0.56%34.71%-
HSV(B)60º1.12%34.9%-
XYZ9.459.9710.66-
YUV88.89127.5128.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.46%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=33.46%
G=33.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal898988000.010.65600.5634.71
Hex595958001413c123
Octal13113113000110174143
Binary10110011011001101100000110000011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595958; }

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

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

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

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

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

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

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

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