#895579

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

Shades of Strikemaster #895579

Tints of Strikemaster #895579

Color information

#895579 (or 0x895579) is unknown color: approx Strikemaster. HEX triplet: 89, 55 and 79. RGB value is (137,85,121). Sum of RGB (Red+Green+Blue) = 137+85+121=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895579 is #76AA86. Grayscale: #686868. Windows color (decimal): -7776903 or 7951753. OLE color: 7951753.

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

Color convert

RGB13785121-
CMYK00.380.120.46
HSL318.46º23.42%43.53%-
HSV(B)318.46º37.96%53.73%-
XYZ17.0213.219.74-
YUV104.65137.23151.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=39.94%
G=24.78%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378512100.380.120.46318.4623.4243.53
Hex895579026C2E13e172c
Octal21112517104614564762754
Binary10001001101010111110010100110110010111010011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895579; }

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

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

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

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

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

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

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

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