#595D56

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

Shades of Battleship Grey #595D56

Tints of Battleship Grey #595D56

Color information

#595D56 (or 0x595D56) is unknown color: approx Battleship Grey. HEX triplet: 59, 5D and 56. RGB value is (89,93,86). Sum of RGB (Red+Green+Blue) = 89+93+86=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #595D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D56 is #A6A2A9. Grayscale: #5B5B5B. Windows color (decimal): -10920618 or 5659993. OLE color: 5659993.

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

Color convert

RGB899386-
CMYK0.0400.080.64
HSL94.29º3.91%35.1%-
HSV(B)94.29º7.53%36.47%-
XYZ9.7110.6210.34-
YUV91.01125.17126.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=33.21%
G=34.70%
B=32.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993860.0400.080.6494.293.9135.1
Hex595D56408405e423
Octal1311351264010100136443
Binary1011001101110110101101000100010000001011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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