#855877

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

Shades of Strikemaster #855877

Tints of Strikemaster #855877

Color information

#855877 (or 0x855877) is unknown color: approx Strikemaster. HEX triplet: 85, 58 and 77. RGB value is (133,88,119). Sum of RGB (Red+Green+Blue) = 133+88+119=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855877 is #7AA788. Grayscale: #686868. Windows color (decimal): -8038281 or 7821445. OLE color: 7821445.

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

Color convert

RGB13388119-
CMYK00.340.110.48
HSL318.67º20.36%43.33%-
HSV(B)318.67º33.83%52.16%-
XYZ16.4913.319.15-
YUV104.99135.91147.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 119 (46.88% from 255) = 35%
R=39.12%
G=25.88%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338811900.340.110.48318.6720.3643.33
Hex855877022B3013f142b
Octal20513016704213604772453
Binary10000101101100011101110100010101111000010011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855877; }

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

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

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

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

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

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

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

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