#576155

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

Shades of Battleship Grey #576155

Tints of Battleship Grey #576155

Color information

#576155 (or 0x576155) is unknown color: approx Battleship Grey. HEX triplet: 57, 61 and 55. RGB value is (87,97,85). Sum of RGB (Red+Green+Blue) = 87+97+85=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #576155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576155 is #A89EAA. Grayscale: #5C5C5C. Windows color (decimal): -11050667 or 5595479. OLE color: 5595479.

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

Color convert

RGB879785-
CMYK0.1000.120.62
HSL110º6.59%35.69%-
HSV(B)110º12.37%38.04%-
XYZ9.8411.2310.24-
YUV92.64123.69123.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=32.34%
G=36.06%
B=31.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797850.1000.120.621106.5935.69
Hex576155A0C3E6e724
Octal1271411251201476156744
Binary1010111110000110101011010011001111101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576155; }

 p { color: rgb(87,97,85); }

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

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

 a { background-color: rgb(87,97,85); }

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

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

 span { border-color: rgb(87,97,85); }

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