#95577F

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

Shades of Strikemaster #95577F

Tints of Strikemaster #95577F

Color information

#95577F (or 0x95577F) is unknown color: approx Strikemaster. HEX triplet: 95, 57 and 7F. RGB value is (149,87,127). Sum of RGB (Red+Green+Blue) = 149+87+127=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #95577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95577F is #6AA880. Grayscale: #6E6E6E. Windows color (decimal): -6989953 or 8345493. OLE color: 8345493.

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

Color convert

RGB14987127-
CMYK00.420.150.42
HSL321.29º26.27%46.27%-
HSV(B)321.29º41.61%58.43%-
XYZ19.6314.7421.89-
YUV110.1137.54155.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 127 (50% from 255) = 34.99%
R=41.05%
G=23.97%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498712700.420.150.42321.2926.2746.27
Hex95577F02AF2A1411a2e
Octal22512717705217525013256
Binary10010101101011111111110101010111110101010100000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95577F; }

 p { color: rgb(149,87,127); }

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

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

 a { background-color: rgb(149,87,127); }

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

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

 span { border-color: rgb(149,87,127); }

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