#857581

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

Shades of Monsoon #857581

Tints of Monsoon #857581

Color information

#857581 (or 0x857581) is unknown color: approx Monsoon. HEX triplet: 85, 75 and 81. RGB value is (133,117,129). Sum of RGB (Red+Green+Blue) = 133+117+129=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #857581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857581 is #7A8A7E. Grayscale: #7B7B7B. Windows color (decimal): -8030847 or 8484229. OLE color: 8484229.

HSL color Cylindrical-coordinate representation of color #857581: hue angle of 315º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #857581 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB133117129-
CMYK00.120.030.48
HSL315º6.4%49.02%-
HSV(B)315º12.03%52.16%-
XYZ2019.2923.44-
YUV123.15131.3135.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=35.09%
G=30.87%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311712900.120.030.483156.449.02
Hex8575810C33013b631
Octal205165201014360473661
Binary100001011110101100000010110011110000100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857581; }

 p { color: rgb(133,117,129); }

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

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

 a { background-color: rgb(133,117,129); }

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

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

 span { border-color: rgb(133,117,129); }

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