Html Css Color HEX #859083 Stack

📋 copy color: '#859083'

red 133 ◦ green 144 ◦ blue 131

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

Shades of Stack #859083

Tints of Stack #859083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

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

R = 32.6%
G = 35.29%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#859083 (or 0x859083) is known color: Stack. HEX triplet: 85, 90 and 83. RGB value is (133,144,131). Sum of RGB (Red+Green+Blue) = 133+144+131=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #859083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859083 is #7A6F7C. Grayscale: #8B8B8B. Windows color (decimal): -8023933 or 8622213. OLE color: 8622213.

HSL color Cylindrical-coordinate representation of color #859083: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #859083 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 131 -
CMYK 0.08 0 0.09 0.44
HSL 110.77º 0.06% 0.54% -
HSV(B) 110.77º 0.09% 0.56% -
XYZ 23.74 26.57 25.35 -
YUV 139.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 133 144 131 0.08 0 0.09 0.44 110.77 0.06 0.54
Hex 85 90 83 8 0 9 2C 6F 6 36
Octal 205 220 203 10 0 11 54 157 6 66
Binary 10000101 10010000 10000011 1000 0 1001 101100 1101111 110 110110

Color Harmonies of #859083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859083

Black with #859083

Text Example


Text Example

White with #859083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859083; }

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

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

background-color css

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

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

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

border-color css

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

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

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