#855775

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

Shades of Strikemaster #855775

Tints of Strikemaster #855775

Color information

#855775 (or 0x855775) is unknown color: approx Strikemaster. HEX triplet: 85, 57 and 75. RGB value is (133,87,117). Sum of RGB (Red+Green+Blue) = 133+87+117=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855775 is #7AA88A. Grayscale: #686868. Windows color (decimal): -8038539 or 7690117. OLE color: 7690117.

HSL color Cylindrical-coordinate representation of color #855775: hue angle of 320.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855775 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13387117-
CMYK00.350.120.48
HSL320.87º20.91%43.14%-
HSV(B)320.87º34.59%52.16%-
XYZ16.2913.0918.5-
YUV104.17135.24148.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=39.47%
G=25.82%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711700.350.120.48320.8720.9143.14
Hex855775023C30141152b
Octal20512716504314605012553
Binary10000101101011111101010100011110011000010100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855775; }

 p { color: rgb(133,87,117); }

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

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

 a { background-color: rgb(133,87,117); }

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

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

 span { border-color: rgb(133,87,117); }

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