#595F56

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

Shades of Battleship Grey #595F56

Tints of Battleship Grey #595F56

Color information

#595F56 (or 0x595F56) is unknown color: approx Battleship Grey. HEX triplet: 59, 5F and 56. RGB value is (89,95,86). Sum of RGB (Red+Green+Blue) = 89+95+86=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #595F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F56 is #A6A0A9. Grayscale: #5C5C5C. Windows color (decimal): -10920106 or 5660505. OLE color: 5660505.

HSL color Cylindrical-coordinate representation of color #595F56: hue angle of 100º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595F56 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB899586-
CMYK0.0600.090.63
HSL100º4.97%35.49%-
HSV(B)100º9.47%37.25%-
XYZ9.8910.9810.4-
YUV92.18124.51125.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.96%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=32.96%
G=35.19%
B=31.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995860.0600.090.631004.9735.49
Hex595F566093F64523
Octal131137126601177144543
Binary101100110111111010110110010011111111100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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