#85657D

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

Shades of Monsoon #85657D

Tints of Monsoon #85657D

Color information

#85657D (or 0x85657D) is unknown color: approx Monsoon. HEX triplet: 85, 65 and 7D. RGB value is (133,101,125). Sum of RGB (Red+Green+Blue) = 133+101+125=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657D is #7A9A82. Grayscale: #717171. Windows color (decimal): -8034947 or 8217989. OLE color: 8217989.

HSL color Cylindrical-coordinate representation of color #85657D: hue angle of 315º 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 #85657D is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133101125-
CMYK00.240.060.48
HSL315º13.68%45.88%-
HSV(B)315º24.06%52.16%-
XYZ18.0315.7721.5-
YUV113.3134.6142.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=37.05%
G=28.13%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310112500.240.060.4831513.6845.88
Hex85657D01863013be2e
Octal2051451750306604731656
Binary10000101110010111111010110001101100001001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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