#895578

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

Shades of Strikemaster #895578

Tints of Strikemaster #895578

Color information

#895578 (or 0x895578) is unknown color: approx Strikemaster. HEX triplet: 89, 55 and 78. RGB value is (137,85,120). Sum of RGB (Red+Green+Blue) = 137+85+120=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895578 is #76AA87. Grayscale: #686868. Windows color (decimal): -7776904 or 7886217. OLE color: 7886217.

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

Color convert

RGB13785120-
CMYK00.380.120.46
HSL319.62º23.42%43.53%-
HSV(B)319.62º37.96%53.73%-
XYZ16.9613.1719.42-
YUV104.54136.73151.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=40.06%
G=24.85%
B=35.09%

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
Decimal1378512000.380.120.46319.6223.4243.53
Hex895578026C2E140172c
Octal21112517004614565002754
Binary10001001101010111110000100110110010111010100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895578; }

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

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

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

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

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

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

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

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