Html Css Color HEX #85657C Monsoon

📋 copy color: '#85657C'

red 133 ◦ green 101 ◦ blue 124

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

Shades of Monsoon #85657C

Tints of Monsoon #85657C

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 value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85657C (or 0x85657C) is known color: 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

RGB 133 101 124 -
CMYK 0 0.24 0.07 0.48
HSL 316.88º 0.14% 0.46% -
HSV(B) 316.88º 0.24% 0.52% -
XYZ 17.96 15.75 21.16 -
YUV 113.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 133 101 124 0 0.24 0.07 0.48 316.88 0.14 0.46
Hex 85 65 7C 0 18 7 30 13D E 2E
Octal 205 145 174 0 30 7 60 475 16 56
Binary 10000101 1100101 1111100 0 11000 111 110000 100111101 1110 101110

Color Harmonies of #85657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85657C

Black with #85657C

Text Example


Text Example

White with #85657C

Text Example


Text Example

HTML Codes & Css Web 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>