#857983

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

Shades of Monsoon #857983

Tints of Monsoon #857983

Color information

#857983 (or 0x857983) is unknown color: approx Monsoon. HEX triplet: 85, 79 and 83. RGB value is (133,121,131). Sum of RGB (Red+Green+Blue) = 133+121+131=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 133 - color contains mainly: red. Hex color #857983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857983 is #7A867C. Grayscale: #7D7D7D. Windows color (decimal): -8029821 or 8616325. OLE color: 8616325.

HSL color Cylindrical-coordinate representation of color #857983: hue angle of 310º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #857983 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB133121131-
CMYK00.090.020.48
HSL310º4.72%49.8%-
HSV(B)310º9.02%52.16%-
XYZ20.6120.324.3-
YUV125.73130.98133.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=34.55%
G=31.43%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312113100.090.020.483104.7249.8
Hex85798309230136532
Octal205171203011260466562
Binary100001011111001100000110100110110000100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857983; }

 p { color: rgb(133,121,131); }

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

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

 a { background-color: rgb(133,121,131); }

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

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

 span { border-color: rgb(133,121,131); }

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