#856579

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

Shades of Strikemaster #856579

Tints of Strikemaster #856579

Color information

#856579 (or 0x856579) is unknown color: approx Strikemaster. HEX triplet: 85, 65 and 79. RGB value is (133,101,121). Sum of RGB (Red+Green+Blue) = 133+101+121=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856579 is #7A9A86. Grayscale: #707070. Windows color (decimal): -8034951 or 7955845. OLE color: 7955845.

HSL color Cylindrical-coordinate representation of color #856579: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856579 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133101121-
CMYK00.240.090.48
HSL322.5º13.68%45.88%-
HSV(B)322.5º24.06%52.16%-
XYZ17.7815.6720.18-
YUV112.85132.6142.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=37.46%
G=28.45%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310112100.240.090.48322.513.6845.88
Hex856579018930142e2e
Octal20514517103011605021656
Binary100001011100101111100101100010011100001010000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856579; }

 p { color: rgb(133,101,121); }

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

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

 a { background-color: rgb(133,101,121); }

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

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

 span { border-color: rgb(133,101,121); }

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