#807585

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

Shades of Mamba #807585

Tints of Mamba #807585

Color information

#807585 (or 0x807585) is unknown color: approx Mamba. HEX triplet: 80, 75 and 85. RGB value is (128,117,133). Sum of RGB (Red+Green+Blue) = 128+117+133=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #807585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807585 is #7F8A7A. Grayscale: #7A7A7A. Windows color (decimal): -8358523 or 8746368. OLE color: 8746368.

HSL color Cylindrical-coordinate representation of color #807585: hue angle of 281.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807585 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128117133-
CMYK0.040.1200.48
HSL281.25º6.4%49.02%-
HSV(B)281.25º12.03%52.16%-
XYZ19.519.0124.83-
YUV122.11134.14132.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=33.86%
G=30.95%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281171330.040.1200.48281.256.449.02
Hex8075854C030119631
Octal200165205414060431661
Binary1000000011101011000010110011000110000100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807585; }

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

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

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

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

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

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

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

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