#85687D

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

Shades of Monsoon #85687D

Tints of Monsoon #85687D

Color information

#85687D (or 0x85687D) is unknown color: approx Monsoon. HEX triplet: 85, 68 and 7D. RGB value is (133,104,125). Sum of RGB (Red+Green+Blue) = 133+104+125=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85687D is #7A9782. Grayscale: #737373. Windows color (decimal): -8034179 or 8218757. OLE color: 8218757.

HSL color Cylindrical-coordinate representation of color #85687D: hue angle of 316.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85687D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB133104125-
CMYK00.220.060.48
HSL316.55º12.24%46.47%-
HSV(B)316.55º21.8%52.16%-
XYZ18.3216.3721.6-
YUV115.06133.61140.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=36.74%
G=28.73%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310412500.220.060.48316.5512.2446.47
Hex85687D01663013dc2e
Octal2051501750266604751456
Binary10000101110100011111010101101101100001001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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