#575956

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

Shades of Battleship Grey #575956

Tints of Battleship Grey #575956

Color information

#575956 (or 0x575956) is unknown color: approx Battleship Grey. HEX triplet: 57, 59 and 56. RGB value is (87,89,86). Sum of RGB (Red+Green+Blue) = 87+89+86=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #575956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575956 is #A8A6A9. Grayscale: #585858. Windows color (decimal): -11052714 or 5658967. OLE color: 5658967.

HSL color Cylindrical-coordinate representation of color #575956: hue angle of 100º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #575956 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB878986-
CMYK0.0200.030.65
HSL100º1.71%34.31%-
HSV(B)100º3.37%34.9%-
XYZ9.189.8410.22-
YUV88.06126.84127.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=33.21%
G=33.97%
B=32.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789860.0200.030.651001.7134.31
Hex5759562034164222
Octal127131126203101144242
Binary101011110110011010110100111000001110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575956; }

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

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

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

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

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

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

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

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