#855D79

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

Shades of Strikemaster #855D79

Tints of Strikemaster #855D79

Color information

#855D79 (or 0x855D79) is unknown color: approx Strikemaster. HEX triplet: 85, 5D and 79. RGB value is (133,93,121). Sum of RGB (Red+Green+Blue) = 133+93+121=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D79 is #7AA286. Grayscale: #6C6C6C. Windows color (decimal): -8036999 or 7953797. OLE color: 7953797.

HSL color Cylindrical-coordinate representation of color #855D79: hue angle of 318º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D79 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13393121-
CMYK00.300.090.48
HSL318º17.7%44.31%-
HSV(B)318º30.08%52.16%-
XYZ17.0414.219.93-
YUV108.15135.25145.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=38.33%
G=26.80%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339312100.300.090.4831817.744.31
Hex855D7901E93013e122c
Octal20513517103611604762254
Binary1000010110111011111001011110100111000010011111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D79; }

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

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

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

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

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

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

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

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