#857888

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

Shades of Mamba #857888

Tints of Mamba #857888

Color information

#857888 (or 0x857888) is unknown color: approx Mamba. HEX triplet: 85, 78 and 88. RGB value is (133,120,136). Sum of RGB (Red+Green+Blue) = 133+120+136=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #857888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857888 is #7A8777. Grayscale: #7D7D7D. Windows color (decimal): -8030072 or 8943749. OLE color: 8943749.

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

Color convert

RGB133120136-
CMYK0.020.1200.47
HSL288.75º6.3%50.2%-
HSV(B)288.75º11.76%53.33%-
XYZ20.8320.226.09-
YUV125.71133.81133.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=34.19%
G=30.85%
B=34.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331201360.020.1200.47288.756.350.2
Hex8578882C02F121632
Octal205170210214057441662
Binary100001011111000100010001011000101111100100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857888; }

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

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

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

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

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

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

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

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