#975583

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

Shades of Strikemaster #975583

Tints of Strikemaster #975583

Color information

#975583 (or 0x975583) is unknown color: approx Strikemaster. HEX triplet: 97, 55 and 83. RGB value is (151,85,131). Sum of RGB (Red+Green+Blue) = 151+85+131=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975583 is #68AA7C. Grayscale: #6D6D6D. Windows color (decimal): -6859389 or 8607127. OLE color: 8607127.

HSL color Cylindrical-coordinate representation of color #975583: hue angle of 318.18º 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 #975583 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15185131-
CMYK00.440.130.41
HSL318.18º27.97%46.27%-
HSV(B)318.18º43.71%59.22%-
XYZ20.1114.7223.25-
YUV109.98139.87157.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=41.14%
G=23.16%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518513100.440.130.41318.1827.9746.27
Hex97558302CD2913e1c2e
Octal22712520305415514763456
Binary100101111010101100000110101100110110100110011111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975583; }

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

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

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

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

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

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

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

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