#576153

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

Shades of Battleship Grey #576153

Tints of Battleship Grey #576153

Color information

#576153 (or 0x576153) is unknown color: approx Battleship Grey. HEX triplet: 57, 61 and 53. RGB value is (87,97,83). Sum of RGB (Red+Green+Blue) = 87+97+83=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #576153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576153 is #A89EAC. Grayscale: #5C5C5C. Windows color (decimal): -11050669 or 5464407. OLE color: 5464407.

HSL color Cylindrical-coordinate representation of color #576153: hue angle of 102.86º degrees, saturation: 0.08, 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 #576153 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB879783-
CMYK0.1000.140.62
HSL102.86º7.78%35.29%-
HSV(B)102.86º14.43%38.04%-
XYZ9.7711.29.83-
YUV92.41122.69124.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=32.58%
G=36.33%
B=31.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797830.1000.140.62102.867.7835.29
Hex576153A0E3E67823
Octal12714112312016761471043
Binary10101111100001101001110100111011111011001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576153; }

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

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

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

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

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

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

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

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