#806589

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

Shades of Mamba #806589

Tints of Mamba #806589

Color information

#806589 (or 0x806589) is unknown color: approx Mamba. HEX triplet: 80, 65 and 89. RGB value is (128,101,137). Sum of RGB (Red+Green+Blue) = 128+101+137=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #806589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806589 is #7F9A76. Grayscale: #717171. Windows color (decimal): -8362615 or 9004416. OLE color: 9004416.

HSL color Cylindrical-coordinate representation of color #806589: hue angle of 285º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806589 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128101137-
CMYK0.070.2600.46
HSL285º15.13%46.67%-
HSV(B)285º26.28%53.73%-
XYZ18.0715.725.75-
YUV113.18141.45138.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=34.97%
G=27.60%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281011370.070.2600.4628515.1346.67
Hex80658971A02E11df2f
Octal2001452117320564351757
Binary100000001100101100010011111101001011101000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806589; }

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

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

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

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

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

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

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

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