Html Css Color HEX #858085 Monsoon

📋 copy color: '#858085'

red 133 ◦ green 128 ◦ blue 133

#858085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #858085

Tints of Monsoon #858085

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 value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#858085 (or 0x858085) is known color: 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

RGB 133 128 133 -
CMYK 0 0.04 0 0.48
HSL 300º 0.02% 0.51% -
HSV(B) 300º 0.04% 0.52% -
XYZ 21.63 22.12 25.32 -
YUV 130.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 133 128 133 0 0.04 0 0.48 300 0.02 0.51
Hex 85 80 85 0 4 0 30 12C 2 33
Octal 205 200 205 0 4 0 60 454 2 63
Binary 10000101 10000000 10000101 0 100 0 110000 100101100 10 110011

Color Harmonies of #858085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858085

Black with #858085

Text Example


Text Example

White with #858085

Text Example


Text Example

HTML Codes & Css Web 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>