#857280

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

Shades of Monsoon #857280

Tints of Monsoon #857280

Color information

#857280 (or 0x857280) is unknown color: approx Monsoon. HEX triplet: 85, 72 and 80. RGB value is (133,114,128). Sum of RGB (Red+Green+Blue) = 133+114+128=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #857280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857280 is #7A8D7F. Grayscale: #797979. Windows color (decimal): -8031616 or 8417925. OLE color: 8417925.

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

Color convert

RGB133114128-
CMYK00.140.040.48
HSL315.79º7.69%48.43%-
HSV(B)315.79º14.29%52.16%-
XYZ19.5918.5822.98-
YUV121.28131.79136.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=35.47%
G=30.4%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311412800.140.040.48315.797.6948.43
Hex8572800E43013c830
Octal2051622000164604741060
Binary10000101111001010000000011101001100001001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857280; }

 p { color: rgb(133,114,128); }

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

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

 a { background-color: rgb(133,114,128); }

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

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

 span { border-color: rgb(133,114,128); }

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