#985583

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

Shades of Strikemaster #985583

Tints of Strikemaster #985583

Color information

#985583 (or 0x985583) is unknown color: approx Strikemaster. HEX triplet: 98, 55 and 83. RGB value is (152,85,131). Sum of RGB (Red+Green+Blue) = 152+85+131=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #985583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985583 is #67AA7C. Grayscale: #6E6E6E. Windows color (decimal): -6793853 or 8607128. OLE color: 8607128.

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

Color convert

RGB15285131-
CMYK00.440.140.40
HSL318.81º28.27%46.47%-
HSV(B)318.81º44.08%59.61%-
XYZ20.2914.8123.26-
YUV110.28139.7157.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=41.30%
G=23.10%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528513100.440.140.40318.8128.2746.47
Hex98558302CE2813f1c2e
Octal23012520305416504773456
Binary100110001010101100000110101100111010100010011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985583; }

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

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

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

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

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

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

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

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