#806591

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

Shades of Mamba #806591

Tints of Mamba #806591

Color information

#806591 (or 0x806591) is unknown color: approx Mamba. HEX triplet: 80, 65 and 91. RGB value is (128,101,145). Sum of RGB (Red+Green+Blue) = 128+101+145=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #806591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806591 is #7F9A6E. Grayscale: #717171. Windows color (decimal): -8362607 or 9528704. OLE color: 9528704.

HSL color Cylindrical-coordinate representation of color #806591: hue angle of 276.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806591 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128101145-
CMYK0.120.3000.43
HSL276.82º17.89%48.24%-
HSV(B)276.82º30.34%56.86%-
XYZ18.6715.9428.88-
YUV114.09145.45137.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=34.22%
G=27.01%
B=38.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281011450.120.3000.43276.8217.8948.24
Hex806591C1E02B1151230
Octal20014522114360534252260
Binary10000000110010110010001110011110010101110001010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806591; }

 p { color: rgb(128,101,145); }

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

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

 a { background-color: rgb(128,101,145); }

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

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

 span { border-color: rgb(128,101,145); }

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