#975579

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

Shades of Strikemaster #975579

Tints of Strikemaster #975579

Color information

#975579 (or 0x975579) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 79. RGB value is (151,85,121). Sum of RGB (Red+Green+Blue) = 151+85+121=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #975579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975579 is #68AA86. Grayscale: #6C6C6C. Windows color (decimal): -6859399 or 7951767. OLE color: 7951767.

HSL color Cylindrical-coordinate representation of color #975579: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #975579 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15185121-
CMYK00.440.200.41
HSL327.27º27.97%46.27%-
HSV(B)327.27º43.71%59.22%-
XYZ19.4614.4619.85-
YUV108.84134.87158.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=42.30%
G=23.81%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518512100.440.200.41327.2727.9746.27
Hex97557902C14291471c2e
Octal22712517105424515073456
Binary100101111010101111100101011001010010100110100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975579; }

 p { color: rgb(151,85,121); }

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

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

 a { background-color: rgb(151,85,121); }

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

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

 span { border-color: rgb(151,85,121); }

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