#88587A

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

Shades of Strikemaster #88587A

Tints of Strikemaster #88587A

Color information

#88587A (or 0x88587A) is unknown color: approx Strikemaster. HEX triplet: 88, 58 and 7A. RGB value is (136,88,122). Sum of RGB (Red+Green+Blue) = 136+88+122=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88587A is #77A785. Grayscale: #6A6A6A. Windows color (decimal): -7841670 or 8018056. OLE color: 8018056.

HSL color Cylindrical-coordinate representation of color #88587A: hue angle of 317.5º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88587A is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13688122-
CMYK00.350.100.47
HSL317.5º21.43%43.92%-
HSV(B)317.5º35.29%53.33%-
XYZ17.1613.6220.14-
YUV106.23136.9149.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=39.31%
G=25.43%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368812200.350.100.47317.521.4343.92
Hex88587A023A2F13e152c
Octal21013017204312574762554
Binary10001000101100011110100100011101010111110011111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,88,122); }

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

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

 a { background-color: rgb(136,88,122); }

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

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

 span { border-color: rgb(136,88,122); }

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