#576052

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

Shades of Battleship Grey #576052

Tints of Battleship Grey #576052

Color information

#576052 (or 0x576052) is unknown color: approx Battleship Grey. HEX triplet: 57, 60 and 52. RGB value is (87,96,82). Sum of RGB (Red+Green+Blue) = 87+96+82=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #576052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576052 is #A89FAD. Grayscale: #5B5B5B. Windows color (decimal): -11050926 or 5398615. OLE color: 5398615.

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

Color convert

RGB879682-
CMYK0.0900.150.62
HSL98.57º7.87%34.9%-
HSV(B)98.57º14.58%37.65%-
XYZ9.64119.6-
YUV91.71122.52124.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=32.83%
G=36.23%
B=30.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796820.0900.150.6298.577.8734.9
Hex57605290F3E63823
Octal12714012211017761431043
Binary10101111100000101001010010111111111011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576052; }

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

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

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

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

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

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

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

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