#895577

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

Shades of Strikemaster #895577

Tints of Strikemaster #895577

Color information

#895577 (or 0x895577) is unknown color: approx Strikemaster. HEX triplet: 89, 55 and 77. RGB value is (137,85,119). Sum of RGB (Red+Green+Blue) = 137+85+119=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895577 is #76AA88. Grayscale: #686868. Windows color (decimal): -7776905 or 7820681. OLE color: 7820681.

HSL color Cylindrical-coordinate representation of color #895577: hue angle of 320.77º 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 #895577 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB13785119-
CMYK00.380.130.46
HSL320.77º23.42%43.53%-
HSV(B)320.77º37.96%53.73%-
XYZ16.8913.1519.1-
YUV104.42136.23151.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=40.18%
G=24.93%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511900.380.130.46320.7723.4243.53
Hex895577026D2E141172c
Octal21112516704615565012754
Binary10001001101010111101110100110110110111010100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895577; }

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

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

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

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

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

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

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

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