Html Css Color HEX #859283 Stack

📋 copy color: '#859283'

red 133 ◦ green 146 ◦ blue 131

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

Shades of Stack #859283

Tints of Stack #859283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 32.44%
G = 35.61%
B = 31.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#859283 (or 0x859283) is known color: Stack. HEX triplet: 85, 92 and 83. RGB value is (133,146,131). Sum of RGB (Red+Green+Blue) = 133+146+131=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #859283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859283 is #7A6D7C. Grayscale: #8C8C8C. Windows color (decimal): -8023421 or 8622725. OLE color: 8622725.

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

Color convert

RGB 133 146 131 -
CMYK 0.09 0 0.10 0.43
HSL 112º 0.06% 0.54% -
HSV(B) 112º 0.1% 0.57% -
XYZ 24.05 27.18 25.45 -
YUV 140.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 133 146 131 0.09 0 0.10 0.43 112 0.06 0.54
Hex 85 92 83 9 0 A 2B 70 6 36
Octal 205 222 203 11 0 12 53 160 6 66
Binary 10000101 10010010 10000011 1001 0 1010 101011 1110000 110 110110

Color Harmonies of #859283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859283

Black with #859283

Text Example


Text Example

White with #859283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859283; }

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

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

background-color css

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

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

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

border-color css

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

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

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