#595E55

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

Shades of Battleship Grey #595E55

Tints of Battleship Grey #595E55

Color information

#595E55 (or 0x595E55) is unknown color: approx Battleship Grey. HEX triplet: 59, 5E and 55. RGB value is (89,94,85). Sum of RGB (Red+Green+Blue) = 89+94+85=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 94 - color contains mainly: green. Hex color #595E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E55 is #A6A1AA. Grayscale: #5B5B5B. Windows color (decimal): -10920363 or 5594713. OLE color: 5594713.

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

Color convert

RGB899485-
CMYK0.0500.100.63
HSL93.33º5.03%35.1%-
HSV(B)93.33º9.57%36.86%-
XYZ9.7610.7910.16-
YUV91.48124.34126.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=33.21%
G=35.07%
B=31.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8994850.0500.100.6393.335.0335.1
Hex595E5550A3F5d523
Octal131136125501277135543
Binary101100110111101010101101010101111111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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