Html Css Color HEX #859983 Stack

📋 copy color: '#859983'

red 133 ◦ green 153 ◦ blue 131

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

Shades of Stack #859983

Tints of Stack #859983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

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

R = 31.89%
G = 36.69%
B = 31.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#859983 (or 0x859983) is known color: Stack. HEX triplet: 85, 99 and 83. RGB value is (133,153,131). Sum of RGB (Red+Green+Blue) = 133+153+131=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #859983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859983 is #7A667C. Grayscale: #909090. Windows color (decimal): -8021629 or 8624517. OLE color: 8624517.

HSL color Cylindrical-coordinate representation of color #859983: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859983 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 131 -
CMYK 0.13 0 0.14 0.4
HSL 114.55º 0.1% 0.56% -
HSV(B) 114.55º 0.14% 0.6% -
XYZ 25.16 29.41 25.82 -
YUV 144.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 133 153 131 0.13 0 0.14 0.4 114.55 0.1 0.56
Hex 85 99 83 D 0 E 28 73 A 38
Octal 205 231 203 15 0 16 50 163 12 70
Binary 10000101 10011001 10000011 1101 0 1110 101000 1110011 1010 111000

Color Harmonies of #859983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859983

Black with #859983

Text Example


Text Example

White with #859983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859983; }

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

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

background-color css

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

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

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

border-color css

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

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

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