#965588

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

Shades of Strikemaster #965588

Tints of Strikemaster #965588

Color information

#965588 (or 0x965588) is unknown color: approx Strikemaster. HEX triplet: 96, 55 and 88. RGB value is (150,85,136). Sum of RGB (Red+Green+Blue) = 150+85+136=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965588 is #69AA77. Grayscale: #6E6E6E. Windows color (decimal): -6924920 or 8934806. OLE color: 8934806.

HSL color Cylindrical-coordinate representation of color #965588: hue angle of 312.92º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965588 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15085136-
CMYK00.430.090.41
HSL312.92º27.66%46.08%-
HSV(B)312.92º43.33%58.82%-
XYZ20.2714.7625.07-
YUV110.25142.53156.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=40.43%
G=22.91%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508513600.430.090.41312.9227.6646.08
Hex96558802B9291391c2e
Octal22612521005311514713456
Binary100101101010101100010000101011100110100110011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965588; }

 p { color: rgb(150,85,136); }

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

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

 a { background-color: rgb(150,85,136); }

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

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

 span { border-color: rgb(150,85,136); }

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