#897580

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

Shades of Strikemaster #897580

Tints of Strikemaster #897580

Color information

#897580 (or 0x897580) is unknown color: approx Strikemaster. HEX triplet: 89, 75 and 80. RGB value is (137,117,128). Sum of RGB (Red+Green+Blue) = 137+117+128=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #897580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897580 is #768A7F. Grayscale: #7C7C7C. Windows color (decimal): -7768704 or 8418697. OLE color: 8418697.

HSL color Cylindrical-coordinate representation of color #897580: hue angle of 327º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897580 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB137117128-
CMYK00.150.070.46
HSL327º7.87%49.8%-
HSV(B)327º14.6%53.73%-
XYZ20.5719.623.12-
YUV124.23130.13137.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=35.86%
G=30.63%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711712800.150.070.463277.8749.8
Hex8975800F72E147832
Octal2111652000177565071062
Binary10001001111010110000000011111111011101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897580; }

 p { color: rgb(137,117,128); }

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

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

 a { background-color: rgb(137,117,128); }

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

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

 span { border-color: rgb(137,117,128); }

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