#89657E

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

Shades of Strikemaster #89657E

Tints of Strikemaster #89657E

Color information

#89657E (or 0x89657E) is unknown color: approx Strikemaster. HEX triplet: 89, 65 and 7E. RGB value is (137,101,126). Sum of RGB (Red+Green+Blue) = 137+101+126=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89657E is #769A81. Grayscale: #727272. Windows color (decimal): -7772802 or 8283529. OLE color: 8283529.

HSL color Cylindrical-coordinate representation of color #89657E: hue angle of 318.33º 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 #89657E is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137101126-
CMYK00.260.080.46
HSL318.33º15.13%46.67%-
HSV(B)318.33º26.28%53.73%-
XYZ18.7416.1321.86-
YUV114.61134.43143.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=37.64%
G=27.75%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710112600.260.080.46318.3315.1346.67
Hex89657E01A82E13ef2f
Octal21114517603210564761757
Binary100010011100101111111001101010001011101001111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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