#595D58

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

Shades of Battleship Grey #595D58

Tints of Battleship Grey #595D58

Color information

#595D58 (or 0x595D58) is unknown color: approx Battleship Grey. HEX triplet: 59, 5D and 58. RGB value is (89,93,88). Sum of RGB (Red+Green+Blue) = 89+93+88=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #595D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D58 is #A6A2A7. Grayscale: #5B5B5B. Windows color (decimal): -10920616 or 5791065. OLE color: 5791065.

HSL color Cylindrical-coordinate representation of color #595D58: hue angle of 108º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #595D58 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB899388-
CMYK0.0400.050.64
HSL108º2.76%35.49%-
HSV(B)108º5.38%36.47%-
XYZ9.810.6610.77-
YUV91.23126.17126.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=32.96%
G=34.44%
B=32.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993880.0400.050.641082.7635.49
Hex595D58405406c323
Octal131135130405100154343
Binary10110011011101101100010001011000000110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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