#856891

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

Shades of Mamba #856891

Tints of Mamba #856891

Color information

#856891 (or 0x856891) is unknown color: approx Mamba. HEX triplet: 85, 68 and 91. RGB value is (133,104,145). Sum of RGB (Red+Green+Blue) = 133+104+145=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #856891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856891 is #7A976E. Grayscale: #757575. Windows color (decimal): -8034159 or 9529477. OLE color: 9529477.

HSL color Cylindrical-coordinate representation of color #856891: hue angle of 282.44º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856891 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133104145-
CMYK0.080.2800.43
HSL282.44º16.47%48.82%-
HSV(B)282.44º28.28%56.86%-
XYZ19.7316.9329.02-
YUV117.34143.61139.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=34.82%
G=27.23%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331041450.080.2800.43282.4416.4748.82
Hex85689181C02B11a1031
Octal20515022110340534322061
Binary10000101110100010010001100011100010101110001101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856891; }

 p { color: rgb(133,104,145); }

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

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

 a { background-color: rgb(133,104,145); }

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

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

 span { border-color: rgb(133,104,145); }

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