#575E56

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

Shades of Battleship Grey #575E56

Tints of Battleship Grey #575E56

Color information

#575E56 (or 0x575E56) is unknown color: approx Battleship Grey. HEX triplet: 57, 5E and 56. RGB value is (87,94,86). Sum of RGB (Red+Green+Blue) = 87+94+86=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 94 - color contains mainly: green. Hex color #575E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E56 is #A8A1A9. Grayscale: #5B5B5B. Windows color (decimal): -11051434 or 5660247. OLE color: 5660247.

HSL color Cylindrical-coordinate representation of color #575E56: hue angle of 112.5º degrees, saturation: 0.04, 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 #575E56 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB879486-
CMYK0.0700.090.63
HSL112.5º4.44%35.29%-
HSV(B)112.5º8.51%36.86%-
XYZ9.6110.710.36-
YUV91125.18125.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=32.58%
G=35.21%
B=32.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8794860.0700.090.63112.54.4435.29
Hex575E567093F70423
Octal127136126701177160443
Binary101011110111101010110111010011111111110000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575E56; }

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

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

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

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

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

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

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

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