#95587C

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

Shades of Strikemaster #95587C

Tints of Strikemaster #95587C

Color information

#95587C (or 0x95587C) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 7C. RGB value is (149,88,124). Sum of RGB (Red+Green+Blue) = 149+88+124=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95587C is #6AA783. Grayscale: #6E6E6E. Windows color (decimal): -6989700 or 8149141. OLE color: 8149141.

HSL color Cylindrical-coordinate representation of color #95587C: hue angle of 324.59º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95587C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14988124-
CMYK00.410.170.42
HSL324.59º25.74%46.47%-
HSV(B)324.59º40.94%58.43%-
XYZ19.5214.8220.9-
YUV110.34135.71155.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=41.27%
G=24.38%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498812400.410.170.42324.5925.7446.47
Hex95587C029112A1451a2e
Octal22513017405121525053256
Binary100101011011000111110001010011000110101010100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95587C; }

 p { color: rgb(149,88,124); }

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

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

 a { background-color: rgb(149,88,124); }

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

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

 span { border-color: rgb(149,88,124); }

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