#955585

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

Shades of Strikemaster #955585

Tints of Strikemaster #955585

Color information

#955585 (or 0x955585) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 85. RGB value is (149,85,133). Sum of RGB (Red+Green+Blue) = 149+85+133=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955585 is #6AAA7A. Grayscale: #6D6D6D. Windows color (decimal): -6990459 or 8738197. OLE color: 8738197.

HSL color Cylindrical-coordinate representation of color #955585: hue angle of 315º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955585 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14985133-
CMYK00.430.110.42
HSL315º27.35%45.88%-
HSV(B)315º42.95%58.43%-
XYZ19.8814.5823.96-
YUV109.61141.2156.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=40.60%
G=23.16%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498513300.430.110.4231527.3545.88
Hex95558502BB2A13b1b2e
Octal22512520505313524733356
Binary100101011010101100001010101011101110101010011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955585; }

 p { color: rgb(149,85,133); }

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

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

 a { background-color: rgb(149,85,133); }

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

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

 span { border-color: rgb(149,85,133); }

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