#89657A

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

Shades of Strikemaster #89657A

Tints of Strikemaster #89657A

Color information

#89657A (or 0x89657A) is unknown color: approx Strikemaster. HEX triplet: 89, 65 and 7A. RGB value is (137,101,122). Sum of RGB (Red+Green+Blue) = 137+101+122=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89657A is #769A85. Grayscale: #727272. Windows color (decimal): -7772806 or 8021385. OLE color: 8021385.

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

Color convert

RGB137101122-
CMYK00.260.110.46
HSL325º15.13%46.67%-
HSV(B)325º26.28%53.73%-
XYZ18.4816.0320.53-
YUV114.16132.43144.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=38.06%
G=28.06%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710112200.260.110.4632515.1346.67
Hex89657A01AB2E145f2f
Octal21114517203213565051757
Binary100010011100101111101001101010111011101010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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