#956588

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

Shades of Strikemaster #956588

Tints of Strikemaster #956588

Color information

#956588 (or 0x956588) is unknown color: approx Strikemaster. HEX triplet: 95, 65 and 88. RGB value is (149,101,136). Sum of RGB (Red+Green+Blue) = 149+101+136=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #956588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956588 is #6A9A77. Grayscale: #777777. Windows color (decimal): -6986360 or 8938901. OLE color: 8938901.

HSL color Cylindrical-coordinate representation of color #956588: hue angle of 316.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956588 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149101136-
CMYK00.320.090.42
HSL316.25º19.2%49.02%-
HSV(B)316.25º32.21%58.43%-
XYZ21.4917.4725.53-
YUV119.34137.4149.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=38.60%
G=26.17%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910113600.320.090.42316.2519.249.02
Hex95658802092A13c1331
Octal22514521004011524742361
Binary100101011100101100010000100000100110101010011110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956588; }

 p { color: rgb(149,101,136); }

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

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

 a { background-color: rgb(149,101,136); }

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

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

 span { border-color: rgb(149,101,136); }

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