#855774

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

Shades of Strikemaster #855774

Tints of Strikemaster #855774

Color information

#855774 (or 0x855774) is unknown color: approx Strikemaster. HEX triplet: 85, 57 and 74. RGB value is (133,87,116). Sum of RGB (Red+Green+Blue) = 133+87+116=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855774 is #7AA88B. Grayscale: #676767. Windows color (decimal): -8038540 or 7624581. OLE color: 7624581.

HSL color Cylindrical-coordinate representation of color #855774: hue angle of 322.17º 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 #855774 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13387116-
CMYK00.350.130.48
HSL322.17º20.91%43.14%-
HSV(B)322.17º34.59%52.16%-
XYZ16.2313.0618.19-
YUV104.06134.74148.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=39.58%
G=25.89%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338711600.350.130.48322.1720.9143.14
Hex855774023D30142152b
Octal20512716404315605022553
Binary10000101101011111101000100011110111000010100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855774; }

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

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

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

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

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

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

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

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