#576053

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

Shades of Battleship Grey #576053

Tints of Battleship Grey #576053

Color information

#576053 (or 0x576053) is unknown color: approx Battleship Grey. HEX triplet: 57, 60 and 53. RGB value is (87,96,83). Sum of RGB (Red+Green+Blue) = 87+96+83=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #576053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576053 is #A89FAC. Grayscale: #5B5B5B. Windows color (decimal): -11050925 or 5464151. OLE color: 5464151.

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

Color convert

RGB879683-
CMYK0.0900.140.62
HSL101.54º7.26%35.1%-
HSV(B)101.54º13.54%37.65%-
XYZ9.6711.029.8-
YUV91.83123.02124.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=32.71%
G=36.09%
B=31.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796830.0900.140.62101.547.2635.1
Hex57605390E3E66723
Octal1271401231101676146743
Binary1010111110000010100111001011101111101100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576053; }

 p { color: rgb(87,96,83); }

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

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

 a { background-color: rgb(87,96,83); }

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

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

 span { border-color: rgb(87,96,83); }

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