#857688

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

Shades of Mamba #857688

Tints of Mamba #857688

Color information

#857688 (or 0x857688) is unknown color: approx Mamba. HEX triplet: 85, 76 and 88. RGB value is (133,118,136). Sum of RGB (Red+Green+Blue) = 133+118+136=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #857688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857688 is #7A8977. Grayscale: #7C7C7C. Windows color (decimal): -8030584 or 8943237. OLE color: 8943237.

HSL color Cylindrical-coordinate representation of color #857688: hue angle of 290º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857688 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133118136-
CMYK0.020.1300.47
HSL290º7.09%49.8%-
HSV(B)290º13.24%53.33%-
XYZ20.619.7226.01-
YUV124.54134.47134.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=34.37%
G=30.49%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331181360.020.1300.472907.0949.8
Hex8576882D02F122732
Octal205166210215057442762
Binary100001011110110100010001011010101111100100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857688; }

 p { color: rgb(133,118,136); }

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

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

 a { background-color: rgb(133,118,136); }

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

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

 span { border-color: rgb(133,118,136); }

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