#807583

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

Shades of Mamba #807583

Tints of Mamba #807583

Color information

#807583 (or 0x807583) is unknown color: approx Mamba. HEX triplet: 80, 75 and 83. RGB value is (128,117,131). Sum of RGB (Red+Green+Blue) = 128+117+131=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 131 - color contains mainly: blue. Hex color #807583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807583 is #7F8A7C. Grayscale: #797979. Windows color (decimal): -8358525 or 8615296. OLE color: 8615296.

HSL color Cylindrical-coordinate representation of color #807583: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807583 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB128117131-
CMYK0.020.1100.49
HSL287.14º5.65%48.63%-
HSV(B)287.14º10.69%51.37%-
XYZ19.3618.9524.11-
YUV121.88133.14132.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=34.04%
G=31.12%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281171310.020.1100.49287.145.6548.63
Hex8075832B03111f631
Octal200165203213061437661
Binary100000001110101100000111010110110001100011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807583; }

 p { color: rgb(128,117,131); }

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

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

 a { background-color: rgb(128,117,131); }

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

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

 span { border-color: rgb(128,117,131); }

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