#897586

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

Shades of Monsoon #897586

Tints of Monsoon #897586

Color information

#897586 (or 0x897586) is unknown color: approx Monsoon. HEX triplet: 89, 75 and 86. RGB value is (137,117,134). Sum of RGB (Red+Green+Blue) = 137+117+134=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #897586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897586 is #768A79. Grayscale: #7C7C7C. Windows color (decimal): -7768698 or 8811913. OLE color: 8811913.

HSL color Cylindrical-coordinate representation of color #897586: hue angle of 309º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897586 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137117134-
CMYK00.150.020.46
HSL309º7.87%49.8%-
HSV(B)309º14.6%53.73%-
XYZ20.9819.7625.26-
YUV124.92133.13136.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 134 (52.73% from 255) = 34.54%
R=35.31%
G=30.15%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711713400.150.020.463097.8749.8
Hex8975860F22E135832
Octal2111652060172564651062
Binary1000100111101011000011001111101011101001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897586; }

 p { color: rgb(137,117,134); }

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

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

 a { background-color: rgb(137,117,134); }

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

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

 span { border-color: rgb(137,117,134); }

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