Html Css Color HEX #85697C Monsoon

📋 copy color: '#85697C'

red 133 ◦ green 105 ◦ blue 124

#85697C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #85697C

Tints of Monsoon #85697C

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 36.74%
G = 29.01%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85697C (or 0x85697C) is known color: Monsoon. HEX triplet: 85, 69 and 7C. RGB value is (133,105,124). Sum of RGB (Red+Green+Blue) = 133+105+124=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85697C is #7A9683. Grayscale: #737373. Windows color (decimal): -8033924 or 8153477. OLE color: 8153477.

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

Color convert

RGB 133 105 124 -
CMYK 0 0.21 0.07 0.48
HSL 319.29º 0.12% 0.47% -
HSV(B) 319.29º 0.21% 0.52% -
XYZ 18.36 16.54 21.29 -
YUV 115.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 133 105 124 0 0.21 0.07 0.48 319.29 0.12 0.47
Hex 85 69 7C 0 15 7 30 13F C 2F
Octal 205 151 174 0 25 7 60 477 14 57
Binary 10000101 1101001 1111100 0 10101 111 110000 100111111 1100 101111

Color Harmonies of #85697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85697C

Black with #85697C

Text Example


Text Example

White with #85697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85697C;
 }
 .AnyTagClassName
 {
   color: #85697C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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