#856890

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

Shades of Mamba #856890

Tints of Mamba #856890

Color information

#856890 (or 0x856890) is unknown color: approx Mamba. HEX triplet: 85, 68 and 90. RGB value is (133,104,144). Sum of RGB (Red+Green+Blue) = 133+104+144=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #856890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856890 is #7A976F. Grayscale: #757575. Windows color (decimal): -8034160 or 9463941. OLE color: 9463941.

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

Color convert

RGB133104144-
CMYK0.080.2800.44
HSL283.5º16.13%48.63%-
HSV(B)283.5º27.78%56.47%-
XYZ19.6616.928.61-
YUV117.23143.11139.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=34.91%
G=27.30%
B=37.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331041440.080.2800.44283.516.1348.63
Hex85689081C02C11c1031
Octal20515022010340544342061
Binary10000101110100010010000100011100010110010001110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856890; }

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

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

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

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

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

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

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

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