#985589

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

Shades of Strikemaster #985589

Tints of Strikemaster #985589

Color information

#985589 (or 0x985589) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 89. RGB value is (152,85,137). Sum of RGB (Red+Green+Blue) = 152+85+137=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #985589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985589 is #67AA76. Grayscale: #6E6E6E. Windows color (decimal): -6793847 or 9000344. OLE color: 9000344.

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

Color convert

RGB15285137-
CMYK00.440.100.40
HSL313.43º28.27%46.47%-
HSV(B)313.43º44.08%59.61%-
XYZ20.7114.9825.47-
YUV110.96142.7157.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=40.64%
G=22.73%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528513700.440.100.40313.4328.2746.47
Hex98558902CA281391c2e
Octal23012521105412504713456
Binary100110001010101100010010101100101010100010011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985589; }

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

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

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

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

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

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

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

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