#895574

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

Shades of Strikemaster #895574

Tints of Strikemaster #895574

Color information

#895574 (or 0x895574) is unknown color: approx Strikemaster. HEX triplet: 89, 55 and 74. RGB value is (137,85,116). Sum of RGB (Red+Green+Blue) = 137+85+116=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895574 is #76AA8B. Grayscale: #686868. Windows color (decimal): -7776908 or 7624073. OLE color: 7624073.

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

Color convert

RGB13785116-
CMYK00.380.150.46
HSL324.23º23.42%43.53%-
HSV(B)324.23º37.96%53.73%-
XYZ16.7213.0818.17-
YUV104.08134.73151.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=40.53%
G=25.15%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511600.380.150.46324.2323.4243.53
Hex895574026F2E144172c
Octal21112516404617565042754
Binary10001001101010111101000100110111110111010100010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895574; }

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

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

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

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

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

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

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

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