#985585

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

Shades of Strikemaster #985585

Tints of Strikemaster #985585

Color information

#985585 (or 0x985585) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 85. RGB value is (152,85,133). Sum of RGB (Red+Green+Blue) = 152+85+133=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985585 is #67AA7A. Grayscale: #6E6E6E. Windows color (decimal): -6793851 or 8738200. OLE color: 8738200.

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

Color convert

RGB15285133-
CMYK00.440.130.40
HSL317.01º28.27%46.47%-
HSV(B)317.01º44.08%59.61%-
XYZ20.4314.8723.98-
YUV110.5140.7157.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=41.08%
G=22.97%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528513300.440.130.40317.0128.2746.47
Hex98558502CD2813d1c2e
Octal23012520505415504753456
Binary100110001010101100001010101100110110100010011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985585; }

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

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

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

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

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

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

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

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