#858285

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

Shades of Monsoon #858285

Tints of Monsoon #858285

Color information

#858285 (or 0x858285) is unknown color: approx Monsoon. HEX triplet: 85, 82 and 85. RGB value is (133,130,133). Sum of RGB (Red+Green+Blue) = 133+130+133=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858285 is #7A7D7A. Grayscale: #838383. Windows color (decimal): -8027515 or 8749701. OLE color: 8749701.

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

Color convert

RGB133130133-
CMYK00.0200.48
HSL300º1.21%51.57%-
HSV(B)300º2.26%52.16%-
XYZ21.8922.6525.41-
YUV131.24128.99129.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=33.59%
G=32.83%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313013300.0200.483001.2151.57
Hex8582850203012c134
Octal20520220502060454164
Binary10000101100000101000010101001100001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858285; }

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

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

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

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

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

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

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

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