#858085

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

Shades of Monsoon #858085

Tints of Monsoon #858085

Color information

#858085 (or 0x858085) is unknown color: approx Monsoon. HEX triplet: 85, 80 and 85. RGB value is (133,128,133). Sum of RGB (Red+Green+Blue) = 133+128+133=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858085 is #7A7F7A. Grayscale: #828282. Windows color (decimal): -8028027 or 8749189. OLE color: 8749189.

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

Color convert

RGB133128133-
CMYK00.0400.48
HSL300º2.01%51.18%-
HSV(B)300º3.76%52.16%-
XYZ21.6322.1225.32-
YUV130.06129.66130.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=33.76%
G=32.49%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312813300.0400.483002.0151.18
Hex8580850403012c233
Octal20520020504060454263
Binary1000010110000000100001010100011000010010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858085; }

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

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

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

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

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

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

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

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