#956589

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

Shades of Strikemaster #956589

Tints of Strikemaster #956589

Color information

#956589 (or 0x956589) is unknown color: approx Strikemaster. HEX triplet: 95, 65 and 89. RGB value is (149,101,137). Sum of RGB (Red+Green+Blue) = 149+101+137=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956589 is #6A9A76. Grayscale: #777777. Windows color (decimal): -6986359 or 9004437. OLE color: 9004437.

HSL color Cylindrical-coordinate representation of color #956589: hue angle of 315º 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 #956589 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149101137-
CMYK00.320.080.42
HSL315º19.2%49.02%-
HSV(B)315º32.21%58.43%-
XYZ21.5617.525.91-
YUV119.46137.9149.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=38.50%
G=26.10%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910113700.320.080.4231519.249.02
Hex95658902082A13b1331
Octal22514521104010524732361
Binary100101011100101100010010100000100010101010011101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956589; }

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

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

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

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

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

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

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

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