#855977

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

Shades of Strikemaster #855977

Tints of Strikemaster #855977

Color information

#855977 (or 0x855977) is unknown color: approx Strikemaster. HEX triplet: 85, 59 and 77. RGB value is (133,89,119). Sum of RGB (Red+Green+Blue) = 133+89+119=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #855977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855977 is #7AA688. Grayscale: #696969. Windows color (decimal): -8038025 or 7821701. OLE color: 7821701.

HSL color Cylindrical-coordinate representation of color #855977: hue angle of 319.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855977 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13389119-
CMYK00.330.110.48
HSL319.09º19.82%43.53%-
HSV(B)319.09º33.08%52.16%-
XYZ16.5813.4619.18-
YUV105.58135.58147.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=39.00%
G=26.10%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338911900.330.110.48319.0919.8243.53
Hex855977021B3013f142c
Octal20513116704113604772454
Binary10000101101100111101110100001101111000010011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855977; }

 p { color: rgb(133,89,119); }

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

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

 a { background-color: rgb(133,89,119); }

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

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

 span { border-color: rgb(133,89,119); }

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