Html Css Color HEX #859285 Stack

📋 copy color: '#859285'

red 133 ◦ green 146 ◦ blue 133

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

Shades of Stack #859285

Tints of Stack #859285

RGB

 RED value IS 133 (52.34% from 255) = 32.28%

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 32.28%
G = 35.44%
B = 32.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#859285 (or 0x859285) is known color: Stack. HEX triplet: 85, 92 and 85. RGB value is (133,146,133). Sum of RGB (Red+Green+Blue) = 133+146+133=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #859285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859285 is #7A6D7A. Grayscale: #8C8C8C. Windows color (decimal): -8023419 or 8753797. OLE color: 8753797.

HSL color Cylindrical-coordinate representation of color #859285: hue angle of 120º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #859285 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 133 -
CMYK 0.09 0 0.09 0.43
HSL 120º 0.06% 0.55% -
HSV(B) 120º 0.09% 0.57% -
XYZ 24.19 27.24 26.17 -
YUV 140.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 133 146 133 0.09 0 0.09 0.43 120 0.06 0.55
Hex 85 92 85 9 0 9 2B 78 6 37
Octal 205 222 205 11 0 11 53 170 6 67
Binary 10000101 10010010 10000101 1001 0 1001 101011 1111000 110 110111

Color Harmonies of #859285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859285

Black with #859285

Text Example


Text Example

White with #859285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859285; }

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

 H1.HeaderClassName
 {
   color: #859285;
 }
 .AnyTagClassName
 {
   color: #859285;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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