#85677C

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

Shades of Monsoon #85677C

Tints of Monsoon #85677C

Color information

#85677C (or 0x85677C) is unknown color: approx Monsoon. HEX triplet: 85, 67 and 7C. RGB value is (133,103,124). Sum of RGB (Red+Green+Blue) = 133+103+124=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677C is #7A9883. Grayscale: #727272. Windows color (decimal): -8034436 or 8152965. OLE color: 8152965.

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

Color convert

RGB133103124-
CMYK00.230.070.48
HSL318º12.71%46.27%-
HSV(B)318º22.56%52.16%-
XYZ18.1616.1421.23-
YUV114.36133.44141.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 124 (48.83% from 255) = 34.44%
R=36.94%
G=28.61%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310312400.230.070.4831812.7146.27
Hex85677C01773013ed2e
Octal2051471740277604761556
Binary10000101110011111111000101111111100001001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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