#895573

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

Shades of Strikemaster #895573

Tints of Strikemaster #895573

Color information

#895573 (or 0x895573) is unknown color: approx Strikemaster. HEX triplet: 89, 55 and 73. RGB value is (137,85,115). Sum of RGB (Red+Green+Blue) = 137+85+115=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895573 is #76AA8C. Grayscale: #676767. Windows color (decimal): -7776909 or 7558537. OLE color: 7558537.

HSL color Cylindrical-coordinate representation of color #895573: hue angle of 325.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895573 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13785115-
CMYK00.380.160.46
HSL325.38º23.42%43.53%-
HSV(B)325.38º37.96%53.73%-
XYZ16.6613.0517.86-
YUV103.97134.23151.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=40.65%
G=25.22%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511500.380.160.46325.3823.4243.53
Hex895573026102E145172c
Octal21112516304620565052754
Binary100010011010101111001101001101000010111010100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895573; }

 p { color: rgb(137,85,115); }

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

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

 a { background-color: rgb(137,85,115); }

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

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

 span { border-color: rgb(137,85,115); }

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