#85657C

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

Shades of Monsoon #85657C

Tints of Monsoon #85657C

Color information

#85657C (or 0x85657C) is unknown color: approx Monsoon. HEX triplet: 85, 65 and 7C. RGB value is (133,101,124). Sum of RGB (Red+Green+Blue) = 133+101+124=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657C is #7A9A83. Grayscale: #717171. Windows color (decimal): -8034948 or 8152453. OLE color: 8152453.

HSL color Cylindrical-coordinate representation of color #85657C: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657C is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB133101124-
CMYK00.240.070.48
HSL316.88º13.68%45.88%-
HSV(B)316.88º24.06%52.16%-
XYZ17.9615.7521.16-
YUV113.19134.1142.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=37.15%
G=28.21%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310112400.240.070.48316.8813.6845.88
Hex85657C01873013de2e
Octal2051451740307604751656
Binary10000101110010111111000110001111100001001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85657C; }

 p { color: rgb(133,101,124); }

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

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

 a { background-color: rgb(133,101,124); }

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

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

 span { border-color: rgb(133,101,124); }

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