#85717C

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

Shades of Strikemaster #85717C

Tints of Strikemaster #85717C

Color information

#85717C (or 0x85717C) is unknown color: approx Strikemaster. HEX triplet: 85, 71 and 7C. RGB value is (133,113,124). Sum of RGB (Red+Green+Blue) = 133+113+124=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85717C is #7A8E83. Grayscale: #787878. Windows color (decimal): -8031876 or 8155525. OLE color: 8155525.

HSL color Cylindrical-coordinate representation of color #85717C: hue angle of 327º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85717C is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB133113124-
CMYK00.150.070.48
HSL327º8.13%48.24%-
HSV(B)327º15.04%52.16%-
XYZ19.2218.2521.58-
YUV120.23130.13137.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=35.95%
G=30.54%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311312400.150.070.483278.1348.24
Hex85717C0F730147830
Octal2051611740177605071060
Binary1000010111100011111100011111111100001010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85717C; }

 p { color: rgb(133,113,124); }

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

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

 a { background-color: rgb(133,113,124); }

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

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

 span { border-color: rgb(133,113,124); }

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