#985586

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

Shades of Strikemaster #985586

Tints of Strikemaster #985586

Color information

#985586 (or 0x985586) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 86. RGB value is (152,85,134). Sum of RGB (Red+Green+Blue) = 152+85+134=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985586 is #67AA79. Grayscale: #6E6E6E. Windows color (decimal): -6793850 or 8803736. OLE color: 8803736.

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

Color convert

RGB15285134-
CMYK00.440.120.40
HSL316.12º28.27%46.47%-
HSV(B)316.12º44.08%59.61%-
XYZ20.514.8924.35-
YUV110.62141.2157.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=40.97%
G=22.91%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528513400.440.120.40316.1228.2746.47
Hex98558602CC2813c1c2e
Octal23012520605414504743456
Binary100110001010101100001100101100110010100010011110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985586; }

 p { color: rgb(152,85,134); }

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

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

 a { background-color: rgb(152,85,134); }

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

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

 span { border-color: rgb(152,85,134); }

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