#95557B

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

Shades of Strikemaster #95557B

Tints of Strikemaster #95557B

Color information

#95557B (or 0x95557B) is unknown color: approx Strikemaster. HEX triplet: 95, 55 and 7B. RGB value is (149,85,123). Sum of RGB (Red+Green+Blue) = 149+85+123=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557B is #6AAA84. Grayscale: #6C6C6C. Windows color (decimal): -6990469 or 8082837. OLE color: 8082837.

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

Color convert

RGB14985123-
CMYK00.430.170.42
HSL324.38º27.35%45.88%-
HSV(B)324.38º42.95%58.43%-
XYZ19.2214.3220.49-
YUV108.47136.2156.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=41.74%
G=23.81%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498512300.430.170.42324.3827.3545.88
Hex95557B02B112A1441b2e
Octal22512517305321525043356
Binary100101011010101111101101010111000110101010100010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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