#857082

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

Shades of Monsoon #857082

Tints of Monsoon #857082

Color information

#857082 (or 0x857082) is unknown color: approx Monsoon. HEX triplet: 85, 70 and 82. RGB value is (133,112,130). Sum of RGB (Red+Green+Blue) = 133+112+130=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857082 is #7A8F7D. Grayscale: #787878. Windows color (decimal): -8032126 or 8548485. OLE color: 8548485.

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

Color convert

RGB133112130-
CMYK00.160.020.48
HSL308.57º8.57%48.04%-
HSV(B)308.57º15.79%52.16%-
XYZ19.518.1923.6-
YUV120.33133.46137.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=35.47%
G=29.87%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311213000.160.020.48308.578.5748.04
Hex857082010230135930
Octal2051602020202604651160
Binary10000101111000010000010010000101100001001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857082; }

 p { color: rgb(133,112,130); }

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

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

 a { background-color: rgb(133,112,130); }

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

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

 span { border-color: rgb(133,112,130); }

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