#95557E

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

Shades of Strikemaster #95557E

Tints of Strikemaster #95557E

Color information

#95557E (or 0x95557E) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 7E. RGB value is (149,85,126). Sum of RGB (Red+Green+Blue) = 149+85+126=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557E is #6AAA81. Grayscale: #6C6C6C. Windows color (decimal): -6990466 or 8279445. OLE color: 8279445.

HSL color Cylindrical-coordinate representation of color #95557E: hue angle of 321.56º 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 #95557E is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14985126-
CMYK00.430.150.42
HSL321.56º27.35%45.88%-
HSV(B)321.56º42.95%58.43%-
XYZ19.4114.3921.49-
YUV108.81137.7156.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 126 (49.61% from 255) = 35%
R=41.39%
G=23.61%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498512600.430.150.42321.5627.3545.88
Hex95557E02BF2A1421b2e
Octal22512517605317525023356
Binary10010101101010111111100101011111110101010100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95557E; }

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

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

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

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

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

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

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

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