#596055

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

Shades of Battleship Grey #596055

Tints of Battleship Grey #596055

Color information

#596055 (or 0x596055) is unknown color: approx Battleship Grey. HEX triplet: 59, 60 and 55. RGB value is (89,96,85). Sum of RGB (Red+Green+Blue) = 89+96+85=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #596055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596055 is #A69FAA. Grayscale: #5C5C5C. Windows color (decimal): -10919851 or 5595225. OLE color: 5595225.

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

Color convert

RGB899685-
CMYK0.0700.110.62
HSL98.18º6.08%35.49%-
HSV(B)98.18º11.46%37.65%-
XYZ9.9411.1510.22-
YUV92.65123.68125.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=32.96%
G=35.56%
B=31.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996850.0700.110.6298.186.0835.49
Hex59605570B3E62623
Octal131140125701376142643
Binary101100111000001010101111010111111101100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596055; }

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

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

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

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

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

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

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

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