#857988

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

Shades of Mamba #857988

Tints of Mamba #857988

Color information

#857988 (or 0x857988) is unknown color: approx Mamba. HEX triplet: 85, 79 and 88. RGB value is (133,121,136). Sum of RGB (Red+Green+Blue) = 133+121+136=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #857988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857988 is #7A8677. Grayscale: #7E7E7E. Windows color (decimal): -8029816 or 8944005. OLE color: 8944005.

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

Color convert

RGB133121136-
CMYK0.020.1100.47
HSL288º5.93%50.39%-
HSV(B)288º11.03%53.33%-
XYZ20.9520.4426.13-
YUV126.3133.48132.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=34.10%
G=31.03%
B=34.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331211360.020.1100.472885.9350.39
Hex8579882B02F120632
Octal205171210213057440662
Binary100001011111001100010001010110101111100100000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857988; }

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

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

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

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

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

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

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

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