#89587A

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

Shades of Strikemaster #89587A

Tints of Strikemaster #89587A

Color information

#89587A (or 0x89587A) is unknown color: approx Strikemaster. HEX triplet: 89, 58 and 7A. RGB value is (137,88,122). Sum of RGB (Red+Green+Blue) = 137+88+122=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587A is #76A785. Grayscale: #6A6A6A. Windows color (decimal): -7776134 or 8018057. OLE color: 8018057.

HSL color Cylindrical-coordinate representation of color #89587A: hue angle of 318.37º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89587A is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB13788122-
CMYK00.360.110.46
HSL318.37º21.78%44.12%-
HSV(B)318.37º35.77%53.73%-
XYZ17.3213.720.14-
YUV106.53136.73149.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=39.48%
G=25.36%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378812200.360.110.46318.3721.7844.12
Hex89587A024B2E13e162c
Octal21113017204413564762654
Binary10001001101100011110100100100101110111010011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89587A; }

 p { color: rgb(137,88,122); }

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

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

 a { background-color: rgb(137,88,122); }

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

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

 span { border-color: rgb(137,88,122); }

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