#596057

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

Shades of Battleship Grey #596057

Tints of Battleship Grey #596057

Color information

#596057 (or 0x596057) is unknown color: approx Battleship Grey. HEX triplet: 59, 60 and 57. RGB value is (89,96,87). Sum of RGB (Red+Green+Blue) = 89+96+87=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #596057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596057 is #A69FA8. Grayscale: #5C5C5C. Windows color (decimal): -10919849 or 5726297. OLE color: 5726297.

HSL color Cylindrical-coordinate representation of color #596057: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #596057 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB899687-
CMYK0.0700.090.62
HSL106.67º4.92%35.88%-
HSV(B)106.67º9.38%37.65%-
XYZ10.0211.1810.65-
YUV92.88124.68125.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.72%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=32.72%
G=35.29%
B=31.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996870.0700.090.62106.674.9235.88
Hex5960577093E6b524
Octal131140127701176153544
Binary101100111000001010111111010011111101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596057; }

 p { color: rgb(89,96,87); }

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

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

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

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

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

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

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